UUID modification
[platform/core/uifw/ise-engine-sunpinyin.git] / doc / slmthread.pod
1 =head1 NAME
2
3 slmthread - threads the language model
4
5 =head1 SYNOPSIS
6
7 B<slmthread> I<primitive_slm> I<threaded_slm>
8
9 =head1 DESCRIPTION
10
11 B<slmthread> add back-off-state for each slm node in the I<primitive_slm>. 
12 Also it compresses 32-bit float into 16 bit representation. These processing 
13 speeds up the looking up.
14
15 The I<primitive_slm> is always genreated by B<slmprune>. And 
16 the I<threaded_slm> can be used to feed B<slmseg> as a reference to segment 
17 Chinese text.
18
19 =head1 AUTHOR
20
21 Originally written by Phill.Zhang E<lt>phill.zhang@sun.comE<gt>.
22 Currently maintained by Kov.Chai E<lt>tchaikov@gmail.comE<gt>.
23
24 =head1 SEE ALSO
25
26 B<slmprune>(1), B<slmseg>(1).
27