logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

slminfo - get information of a back-off language model

Author

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

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.

Name

       slminfo - get information of a back-off 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,--lexicondict_file
           Specify the lexicon. Valid under -v option. Substitute the word-id with word-text in the output.

See Also

slmprune(1).

perl v5.36.0                                       2023-08-08                                         SLMINFO(1)

Synopsis

slminfo [option]... slm_file

See Also