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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: mecab
Section: misc
Priority: optional
Maintainer: Natural Language Processing (Japanese) <team+pkg-nlp-ja@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
perl:native, perl-xs-dev, chrpath,
dh-python, python3-all-dev, python3-setuptools,
gem2deb,
default-jdk-headless, swig,
Uploaders: Taku YASUI <tach@debian.org>,
TSUCHIYA Masatoshi <tsuchiya@namazu.org>,
Hideki Yamane <henrich@debian.org>,
Vcs-Git: https://salsa.debian.org/nlp-ja-team/mecab.git
Vcs-Browser: https://salsa.debian.org/nlp-ja-team/mecab
Homepage: https://taku910.github.io/mecab/
Standards-Version: 4.6.2
XS-Ruby-Versions: all
Package: mecab
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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}, ${misc: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: libmecab2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libmecab1
Replaces: libmecab1
Breaks: libmecab1
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: libmecab2 (= ${binary:Version}), ${misc:Depends}
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.
Package: libmecab-perl
Section: perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Mecab binding for Perl
Mecab is a Japanese morphological analysis system.
.
libmecab-perl is its binding for Perl.
Package: python3-mecab
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Mecab binding for Python3
Mecab is a Japanese morphological analysis system.
.
python3-mecab is its binding for Python3.
Package: ruby-mecab
Section: ruby
X-DhRuby-Root: ruby
Architecture: any
Multi-Arch: same
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Mecab binding for Ruby language
Mecab is a Japanese morphological analysis system.
.
ruby-mecab is its binding for Ruby language.
Package: libmecab-java
Section: java
Architecture: all
Depends: libmecab-jni, ${misc:Depends}
Description: mecab binding for Java - java classes
Mecab is a Japanese morphological analysis system.
.
libmecab-java is built for Java.
Package: libmecab-jni
Section: java
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: mecab binding for Java - native interface
Mecab is a Japanese morphological analysis system.
.
libmecab-jni is built for Java.
|