1SLMPACK(1) User Contributed Perl Documentation SLMPACK(1)
2
3
4
6 slmpack - convert the ARPA format of SunPinyin back-off language model
7 to its binary representation
8
10 slmpack arpa_file dict_file binary_slm_file
11
13 slmpack converts the ARPA format of a threaded SunPinyin back-off
14 language model to its binary representation.
15
17 If you convert a language model to ARPA format using slminfo, and then
18 convert it back using slmpack, the check-sum of generated binary file
19 may be different from that of the original one. The reason is the
20 padding bits in the n-gram instances are not initialized before writing
21 the data out.
22
24 Originally written by Kov.Chai <tchaikov@gmail.com>. Currently
25 maintained by Kov.Chai <tchaikov@gmail.com>.
26
28 slminfo(1).
29
30
31
32perl v5.28.0 2016-03-01 SLMPACK(1)