other versions
    
    - Tumbleweed 2.0.99.2-3.1
 - Leap-16.0
 - Leap-15.6
 
| GETWORDFREQ(1) | User Contributed Perl Documentation | GETWORDFREQ(1) | 
NAME¶
getwordfreq - print word freq information from language model
SYNOPSIS¶
getwordfreq [option]... -m slm-file -l lexicon
DESCRIPTION¶
getwordfreq prints out the word string and its freq of all words in a language model.
OPTIONS¶
- -s corpus-size Specify the training corpus's size. The default corpus-size is 300000000 if not given.
 - -v
 - Be verbose, output other information after word and freq for each line.
 - -e
 - Give format for ervin.
 - -m slm-file
 - Specify language model file.
 - -l lexicon
 - Specify the lexicon file. A default lexicon could be found at /usr/share/sunpinyin-slm/dict.utf8.
 
AUTHOR¶
Originally written by Phill.Zhang <phill.zhang@sun.com>. Currently maintained by Kov.Chai <tchaikov@gmail.com>.
SEE ALSO¶
| 2025-09-06 | perl v5.42.0 |