/usr/share/doc/sunpinyin/README is in sunpinyin-utils 2.0.3+git20140127-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | How to install data files for sunpinyin
=======================================
For normal users
----------------
In a temporary directory, run `sunpinyin-dictgen' as root.
For developers and expert users
-------------------------------
Get `lm_sc.t3g.arpa.tar.bz2' and `dict.utf8.tar.bz2' from [1],
unpack them into some directory, and issue the following commands in
that directory:
# Copy the installation Makefile to the temporary directory.
cp /usr/share/doc/sunpinyin/SLM-inst.mk Makefile
# Generate the SLM and lexicon files.
make
# Install the generated data files (requires root permission).
make install
[1] https://code.google.com/p/open-gram/downloads
-*- indent-tabs-mode: nil -*- vim:et:ts=4
|