-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFoLiA-pm.1
84 lines (65 loc) · 1.19 KB
/
FoLiA-pm.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
.TH FoLiA-pm 1 "2021 jan 19"
.SH NAME
FoLiA-pm - Convert Political Mashup XML files into FoLiA.
.SH SYNOPSIS
FoLiA-pm [options] FILE
FoLiA-pm [options] DIR
.SH DESCRIPTION
When a DIR is provided,
.B FoLiA-pm
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-pm
will process that file and store its result in the directory where FILE is
found or in the directory provided with
.B -O
All files should be in the Political Mashup XML format.
.SH OPTIONS
.B --nosplit
.RS
Don't create separate topic files. (default is to do so)
.RE
.B -O
outdir
.RS
use 'outdir' as a directory name to store the pm-ed files in.
.RE
.B --prefix
prefix
.RS
use 'prefix' as a prefix for ALL xml:id's created. Default is FPM-. Use 'none'
for no prefix. A prefix may be needed for files with non NCname characters in
their names.
.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]