Tizen 2.1 base
[platform/core/uifw/ise-engine-sunpinyin.git] / doc / tslmpack.pod
1 =head1 NAME
2
3 tslmpack - convert the ARPA format of SunPinyin back-off language model to its binary representation
4
5 =head1 SYNOPSIS
6
7 B<tslmpack> I<arpa_file> I<dict_file> I<binary_slm_file>
8
9 =head1 DESCRIPTION
10
11 B<tslmpack> converts the ARPA format of a threaded SunPinyin back-off
12 language model to its binary representation.
13
14 =head1 NOTE
15
16 If you convert a language model to ARPA format using B<tslminfo>, and
17 then convert it back using B<tslmpack>, the check-sum of generated
18 binary file may be different from that of the original one. The reason
19 is the padding bits in the n-gram instances are not initialized before 
20 writing the data out.
21
22
23 =head1 AUTHOR
24
25 Originally written by Kov.Chai E<lt>tchaikov@gmail.comE<gt>.
26 Currently maintained by Kov.Chai E<lt>tchaikov@gmail.comE<gt>.
27
28 =head1 SEE ALSO
29
30 B<tslminfo>(1).
31