Fix build errors on 64 bits
[platform/core/uifw/ise-engine-sunpinyin.git] / doc / tslminfo.pod
1 =head1 NAME
2
3 tslminfo - get information of a threaded back-off language model
4
5 =head1 SYNOPSIS
6
7 B<tslminfo> [I<option>]... I<threaded_slm_file>
8
9 =head1 DESCRIPTION
10
11 B<slminfo> tells information of back-off language model 'I<threaded_slm_file>'. It can also print the model to ARPA format.
12 When no option is given, slminfo will only print number of items in each level 
13 of the language model.
14
15 =head1 OPTIONS
16
17 =over 4
18
19 =item B<-v>,B<--verbose>
20
21 Turn on verbose mode, printing arpa format.
22
23
24 =item B<-p>,B<--pr>
25
26 Prefer normal probability than -log(Pr) which is default. Valid under B<-v> option.
27
28
29 =item B<-l>,B<--lexicon> I<dict_file>
30
31 Specify the lexicon. Valid under B<-v> option. Substitute the word-id with word-text in the output.
32
33 =back
34
35 =head1 AUTHOR
36
37 Originally written by Phill.Zhang E<lt>phill.zhang@sun.comE<gt>.
38 Currently maintained by Kov.Chai E<lt>tchaikov@gmail.comE<gt>.
39
40 =head1 SEE ALSO
41
42 B<slminfo>(1).
43