-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFoLiA-clean.1
101 lines (78 loc) · 1.49 KB
/
FoLiA-clean.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.TH FoLiA-clean 1 "2021 jan 19"
.SH NAME
FoLiA-clean - Cleanup FoLiA files
.SH SYNOPSIS
FoLiA-clean [options] FILE(s)
FoLiA-clean [options] DIR
.SH DESCRIPTION
When a DIR is provided,
.B FoLiA-clean
will process all files in DIR and store the result in DIR, or in
the directory provided with
.B -O
When a FILE is provided,
.B FoLiA-clean
will process that file and store its result in the directory where FILE is
found or in the directory provided with
.B -O
.SH OPTIONS
.B -O
outdir
.RS
use 'outdir' as a directory name to store the cleaned files in.
.RE
.B --textclass
classname
.RS
retain only text in this classname. The default is to keep text in all classes.
.RE
.B --current
.RS
make the textclass mentioned in --testclass to get the 'current' value.
.RE
.B --fixtext
.RS
try to fixup text problems like wrong offset values or mismatches between
several layers.
.RE
.B --cleanannoset
type\\\\setname
.RS
remove annotations of this type with this setname. use a double \\ !
When setname is empty, ALL annotations of 'type' are removed.
This option may be repeated to clear more annotations.
.RE
.B -e
expr
.RS
specify the extension all input files should match with. (default .folia.xml)
.RE
.B -t
or
.B --threads
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]