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
|
Source: juman
Section: misc
Priority: optional
Maintainer: TSUCHIYA Masatoshi <tsuchiya@namazu.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
# prevent accidental backports after the 64-bit time_t transition
dpkg-dev (>= 1.22.5),
Rules-Requires-Root: no
Standards-Version: 3.9.6
Homepage: https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
Vcs-Browser: https://salsa.debian.org/debian/juman
Vcs-Git: https://salsa.debian.org/debian/juman.git
Package: juman
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: juman-dic
Description: Japanese morphological analysis system
Juman 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: juman-dic
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Juman dictionary in text format
This package provides Juman dictionary written in text format.
Package: libjuman-dev
Section: libdevel
Architecture: any
Depends: libjuman4t64 (= ${binary:Version}), ${misc:Depends}
Description: Header files of JUMAN
This package provides header files which are necessary to development
programs using runtime libraries of Juman, that is a Japanese
morphological analysis system.
Package: libjuman4t64
Breaks: libjuman4 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libjuman
Replaces: libjuman4, libjuman
Provides: ${t64:Provides}, libjuman
Description: Library of JUMAN
This package provides runtime libraries of Juman, that is a Japanese
morphological analysis system.
Package: libjuman-perl
Section: perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, juman
Description: Perl binding of JUMAN
This package provides Perl binding of Juman, that is a Japanese
morphological analysis system.
|