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
|
Source: sunpinyin
Priority: optional
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: Liang Guo <guoliang@debian.org>, YunQiang Su <wzssyqa@gmail.com>
Build-Depends: debhelper (>= 9), scons, libsqlite3-dev, pkg-config,
quilt (>= 0.46-8~), python-dev (>= 2.6.6-3~)
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/sunpinyin
Vcs-Git: https://anonscm.debian.org/git/pkg-ime/sunpinyin.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ime/sunpinyin.git
Package: libsunpinyin-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsunpinyin3v5 (= ${binary:Version}), ${misc:Depends}, libsqlite3-dev
Description: Simplified Chinese Input Method from SUN (development)
Sunpinyin is a statistical language model (SLM) based input method
engine for Simplified Chinese, it features full sentence input.
.
This package contains the development header files that allows others
to write their own front-end for sunpinyin.
Package: libsunpinyin3v5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libsunpinyin3
Replaces: libsunpinyin3
Pre-Depends: ${misc:Pre-Depends}
Recommends: sunpinyin-data
Description: Simplified Chinese Input Method from SUN (runtime)
Sunpinyin is a statistical language model (SLM) based input method
engine for Simplified Chinese, it features full sentence input.
.
This package contains the runtime library.
Package: libsunpinyin3-dbg
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libsunpinyin3v5 (= ${binary:Version})
Section: debug
Description: Simplified Chinese Input Method from SUN (debug)
Sunpinyin is a statistical language model (SLM) based input method
engine for Simplified Chinese, it features full sentence input.
.
This package contains the debug symbols of shared library.
Package: python-sunpinyin
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, libsunpinyin3v5
Section: python
Description: Simplified Chinese Input Method from SUN (Python binding)
Sunpinyin is a statistical language model (SLM) based input method
engine for Simplified Chinese, it features full sentence input.
.
This package contains the Python binding of sunpinyin.
Package: sunpinyin-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Description: Simplified Chinese Input Method from SUN (utilities)
Sunpinyin is a statistical language model (SLM) based input method
engine for Simplified Chinese, it features full sentence input.
.
This package contains some utilities used by open-gram project,
including:
.
* genpyt - generate the pinyin lexicon
* tslmpack - convert the ARPA format of SunPinyin back-off language
model to its binary representation
* tslmendian - change the byte-order of sunpinyin's threaded back-off
language model
.
and some Python programs which maybe used to import user dictionary
from other input method such as sougou, google, fcitx etc.
|