Man page - pynlpl-makefreqlist(1)
Packages contas this manual
Package: python3-pynlpl
apt-get install python3-pynlpl
apt-get install python3-pynlpl
Manuals in package:
Documentations in package:
Manual
| PYNLPL-MAKEFREQLIST(1) | User Commands | PYNLPL-MAKEFREQLIST(1) |
NAME
makefreqlist - manual page for pynlpl-makefreqlist 0.7.7
DESCRIPTION
usage: pynlpl-makefreqlist [-h] [-n NGRAMSIZE] [-i] [-e ENCODING]
- files [files ...]
Generate an n-gram frequency list
positional arguments:
- files
- The data sets to sample from, must be of equal size (i.e., same number of lines)
optional arguments:
- -h, --help
- show this help message and exit
- -n NGRAMSIZE, --ngramsize NGRAMSIZE
- N-gram size (default: 1)
- -i, --caseinsensitive
- Case insensitive (default: False)
- -e ENCODING, --encoding ENCODING
- Character encoding (default: utf-8)
| February 2016 | pynlpl-makefreqlist 0.7.7 |