File: pynlpl-makefreqlist.1

package info (click to toggle)
python-pynlpl 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,568 kB
  • ctags: 1,861
  • sloc: python: 20,108; sh: 88; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH PYNLPL-MAKEFREQLIST "1" "February 2016" "pynlpl-makefreqlist 0.7.7" "User Commands"
.SH NAME
makefreqlist \- manual page for pynlpl-makefreqlist 0.7.7
.SH DESCRIPTION
usage: pynlpl\-makefreqlist [\-h] [\-n NGRAMSIZE] [\-i] [\-e ENCODING]
.IP
files [files ...]
.PP
Generate an n\-gram frequency list
.SS "positional arguments:"
.TP
files
The data sets to sample from, must be of equal size
(i.e., same number of lines)
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-n\fR NGRAMSIZE, \fB\-\-ngramsize\fR NGRAMSIZE
N\-gram size (default: 1)
.TP
\fB\-i\fR, \fB\-\-caseinsensitive\fR
Case insensitive (default: False)
.TP
\fB\-e\fR ENCODING, \fB\-\-encoding\fR ENCODING
Character encoding (default: utf\-8)