GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIBPINYIN(1) User Commands LIBPINYIN(1)

libpinyin - Library to deal with pinyin

The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods.

gen_binary_files - generate initially binary pinyin libraries import_interpolation - import libpinyin textual format model data gen_unigram - increase the unigram frequency for all phrases

gen_binary_files --table-dir <DIRNAME>

--table-dir Read textual format files from the <DIRNAME> directory.

import_interpolation < <MODELFILE>

gen_unigram

Download the model.text.tar.gz, and extracts all files into the data sub-directory, then run the commands below to generate the binary model data.

gen_binary_files --table-dir ../data

import_interpolation < ../data/interpolation.text

gen_unigram

Fed 2012 libpinyin

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.