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