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
|
Source: mecab-naist-jdic
Section: misc
Priority: optional
Build-Depends: debhelper (>= 9.20120518~), autotools-dev
Build-Depends-Indep: autoconf, automake, mecab-utils (>= 0.93), libmecab-dev
Maintainer: Natural Language Processing, Japanese <pkg-nlp-ja-devel@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/pkg-nlp-ja/mecab-naist-jdic.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nlp-ja/mecab-naist-jdic.git/
Homepage: https://osdn.jp/projects/naist-jdic/
Package: mecab-naist-jdic
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, mecab-utils (>= 0.93), mecab-naist-jdic-eucjp (= ${source:Version})
Description: free Japanese Dictionaries for mecab (replacement of mecab-ipadic)
NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
analysis implementation.
.
This is based on mecab-ipadic, however it is released under BSD style license
now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
and can replace mecab-ipadic-utf8.
.
This is empty package and generates UTF-8 data from mecab-naist-jdic-eucjp
with its installation.
Package: mecab-naist-jdic-eucjp
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, mecab-utils (>= 0.93)
Description: free Japanese Dictionaries for mecab (replacement of mecab-ipadic) in EUC-JP
NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
analysis implementation.
.
This is based on mecab-ipadic, however it is released under BSD style license
now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
and can replace mecab-ipadic.
.
This package provides EUC-JP data, not UTF-8.
|