-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFoLiA-collect.1
78 lines (61 loc) · 950 Bytes
/
FoLiA-collect.1
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.TH FoLiA-collect 1 "2021 jan 19"
.SH NAME
FoLiA-collect - collect ngram statistics of .tsv files produced by
.B FoLiA-stats
.SH SYNOPSIS
FoLiA-collect [options] DIR
.SH DESCRIPTION
.B FoLiA-collect
will process files produced by
.B FoLia-stats
found in DIR and store the result in DIR, or in
the directory provided with
.B -O
All files should match the extension:
.I *-gram.tsv
(for ngram values > 1 )
or
.I *list.tsv
.SH OPTIONS
.B --ngram
count
.RS
which ngram size to examine.
.RE
.B -O
prefix
.RS
use 'prefix' as a directory name to store the collected files in.
.RE
.B --hapax
.RS
Also include HAPAX-es. (default is to ignore them)
.RE
.B -t
number
.RS
Number of concurrent threads to be used by the program.
.RE
.B -v
.RS
be more verbose.
.RE
.B -V
or
.B
--version
.RS
Show VERSION
.RE
.B -h
or
.B --help
.RS
Show some help
.RE
.SH BUGS
possible
.SH AUTHORS
Ko van der Sloot
Martin Reynaert
e-mail: [email protected]