logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sphinx_lm_convert - Convert and manipulate language model files

Author

       David Huggins-Daines <dhuggins@cs.cmu.edu>

Description

       This program converts language model files from one format to another.  It can also be used to change the
       character encoding of the text in a language model file and to force word strings to upper or lower case.

       -case  ´lower´ or ´upper´ - case fold to lower/upper case (NOT UNICODE AWARE)

       -debug level for debugging messages

       -help  Shows the usage of the tool

       -i     language model file (required)

       -ifmt  language model format (will guess if not specified)

       -logbase
              Base in which all log-likelihoods calculated

       -mmap  Use memory-mapped I/O for reading binary LM files

       -o     language model file (required)

       -ofmt  language model file (will guess if not specified)

Name

       sphinx_lm_convert - Convert and manipulate language model files

Synopsis

sphinx_lm_convert [ options ]...

See Also