File: control

package info (click to toggle)
unidic-mecab 2.3.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,389,956 kB
  • sloc: sh: 62; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,484 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
Source: unidic-mecab
Section: misc
Priority: optional
Maintainer: Natural Language Processing (Japanese) <team+pkg-nlp-ja@tracker.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 11),
               debhelper-compat (= 11),
Standards-Version: 4.2.1
Homepage: http://unidic.ninjal.ac.jp
Vcs-Git: https://salsa.debian.org/nlp-ja-team/unidic-mecab.git
Vcs-Browser: https://salsa.debian.org/nlp-ja-team/unidic-mecab

Package: unidic-mecab
Architecture: all
Depends: ${misc:Depends}
Recommends: mecab (>= 0.96), mecab-utils (>= 0.96)
Description: Dictionary for Mecab (Corpus of Contemporary Written Japanese)
 unidic-mecab is a dictionary for Mecab (Japanese morphological analysis
 implementation), based on corpus of Contemporary Written Japanese (upstream
 publish it as unidic-cwj).
 .
  * All entries are based on the definition of "SUW (short-unit word)" that is
    specified by NINJAL (The National Institute for Japanese Language and
    Linguistics), which provides word segmentation in uniform size suited for
    linguistic research.
  * It has three-layered structure with
     - lemma
     - form
     - spelling
    And it can provide a clear distinction of two types of word variant: 
    spelling variant and form variant.
  * It is useful for research of Speech processing since it can be added
    accent and shift in sound information.
  .
  This package is huge.  You need more than 10GB of free space to download and
  install.