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

slmpack - convert the ARPA format of SunPinyin back-off language model to its binary representation

Author

       Originally written by Kov.Chai <tchaikov@gmail.com>.  Currently maintained by Kov.Chai
       <tchaikov@gmail.com>.

Description

slmpack converts the ARPA format of a threaded SunPinyin back-off language model to its binary
       representation.

Name

       slmpack - convert the ARPA format of SunPinyin back-off language model to its binary representation

Note

       If you convert a language model to ARPA format using slminfo, and then convert it back using slmpack, the
       check-sum of generated binary file may be different from that of the original one. The reason is the
       padding bits in the n-gram instances are not initialized before writing the data out.

See Also

slminfo(1).

perl v5.36.0                                       2023-08-08                                         SLMPACK(1)

Synopsis

slmpackarpa_filedict_filebinary_slm_file

See Also