File: control

package info (click to toggle)
mecab 0.93-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,124 kB
  • ctags: 10
  • sloc: makefile: 27
file content (42 lines) | stat: -rw-r--r-- 1,492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: mecab
Section: misc
Priority: optional
Maintainer: TSUCHIYA Masatoshi <tsuchiya@namazu.org>
Build-Depends: debhelper (>> 4.0.0), cdbs, libtool, automake1.7, autoconf
Standards-Version: 3.7.2

Package: mecab
Architecture: any
Depends: ${shlibs:Depends}, mecab-jumandic|mecab-ipadic
Description: Japanese morphological analysis system
 Mecab is a morphological analysis system.  It reads Japanese
 sentences from the standard input, segments them into morpheme
 sequences, and outputs them to the standard output with many
 additional pieces of information (pronunciation, semantic
 information, etc).

Package: mecab-utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Support programs of Mecab
 This package provides the dictionary compiler to convert a dictionary
 written in text format to a binary data for Mecab, that is a Japanese
 morphological analysis system.  This package is necessary to install
 dictionary packages for Mecab like mecab-jumandic.

Package: libmecab1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Libraries of Mecab
 This package provides runtime libraries of Mecab, that is a Japanese
 morphological analysis system.

Package: libmecab-dev
Section: libdevel
Architecture: any
Depends: libmecab1 (= ${Source-Version})
Description: Header files of Mecab
 This package provides header files which are necessary to development
 programs using runtime libraries of Mecab, that is a Japanese
 morphological analysis system.