slminfo - Man Page

get information of a back-off language model

Synopsis

slminfo [option]... slm_file

Description

slminfo tells information of back-off language model 'slm_file'. It can  also print the model to ARPA format. When no option is given, slminfo will only print number of items in each level  of the language model.

Options

-v,--verbose

Turn on verbose mode, printing arpa format.

-p,--pr

Prefer normal probability than -log(Pr) which is default. Valid under -v option.

-l,--lexicon dict_file

Specify the lexicon. Valid under -v option. Substitute the word-id with word-text in the output.

Author

Originally written by Phill.Zhang <phill.zhang@sun.com>. Currently maintained by Kov.Chai <tchaikov@gmail.com>.

See Also

slmprune(1).

Referenced By

slmpack(1), slmprune(1), tslminfo(1).

2024-01-27 perl v5.38.2 User Contributed Perl Documentation