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