1SLMINFO(1) User Contributed Perl Documentation SLMINFO(1)
2
3
4
6 slminfo - get information of a back-off language model
7
9 slminfo [option]... slm_file
10
12 slminfo tells information of back-off language model 'slm_file'. It can
13 also print the model to ARPA format. When no option is given, slminfo
14 will only print number of items in each level of the language model.
15
17 -v,--verbose
18 Turn on verbose mode, printing arpa format.
19
20 -p,--pr
21 Prefer normal probability than -log(Pr) which is default. Valid
22 under -v option.
23
24 -l,--lexicon dict_file
25 Specify the lexicon. Valid under -v option. Substitute the word-id
26 with word-text in the output.
27
29 Originally written by Phill.Zhang <phill.zhang@sun.com>. Currently
30 maintained by Kov.Chai <tchaikov@gmail.com>.
31
33 slmprune(1).
34
35
36
37perl v5.28.1 2016-03-01 SLMINFO(1)