|
NAMElibpinyin - Library to deal with pinyinDESCRIPTIONThe libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods.TOOLSgen_binary_files - generate initially binary pinyin libraries import_interpolation - import libpinyin textual format model data gen_unigram - increase the unigram frequency for all phrasesUSAGEgen_binary_files --table-dir <DIRNAME> --table-dir Read textual format files from the <DIRNAME> directory. import_interpolation < <MODELFILE> gen_unigram EXAMPLEDownload 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
Visit the GSP FreeBSD Man Page Interface. |