Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LIBPINYIN(1)			 User Commands			  LIBPINYIN(1)

NAME
       libpinyin - Library to deal with	pinyin

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

TOOLS
       gen_binary_files	-  generate  initially	binary	pinyin	libraries  im-
       port_interpolation - import libpinyin textual format model data gen_un-
       igram - increase	the unigram frequency for all phrases

USAGE

       gen_binary_files	--table-dir <DIRNAME>

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

       import_interpolation < <MODELFILE>

       gen_unigram

EXAMPLE
       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

libpinyin			   Fed 2012			  LIBPINYIN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libpinyin&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help