Skip to content

Commit e14c0bc

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
added manpage for ner
1 parent c5419e4 commit e14c0bc

2 files changed

Lines changed: 54 additions & 5 deletions

File tree

docs/Makefile.am

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# $Id$
2-
# $URL$
3-
4-
man1_MANS = frog.1 mbma.1 mblem.1
5-
EXTRA_DIST = frog.1 mbma.1 mblem.1
1+
man1_MANS = frog.1 mbma.1 mblem.1 ner.1
2+
EXTRA_DIST = frog.1 mbma.1 mblem.1 ner.1

docs/ner.1

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
.TH ner 1 "2016 Sept 09"
2+
3+
.SH NAME
4+
ner - a simple Named Entity Recognizer
5+
.SH SYNOPSYS
6+
ner -t test-file
7+
8+
.SH DESCRIPTION
9+
ner will tokenize, tag and assign IOB labels to Named Entities in Dutch text files.
10+
11+
.SH OPTIONS
12+
13+
.BR -c " <configfile>"
14+
.RS
15+
set the configuration using 'file'.
16+
17+
The default is to use the Frog config file.
18+
.RE
19+
20+
.BR -d " <level>"
21+
.RS
22+
set debug level.
23+
.RE
24+
25+
.BR -h
26+
.RS
27+
give some help
28+
.RE
29+
30+
.BR -V
31+
or
32+
.BR --version
33+
.RS
34+
display version number
35+
.RE
36+
37+
.BR -t " <file>"
38+
.RS
39+
process 'file'
40+
.RE
41+
42+
.SH BUGS
43+
likely
44+
45+
.SH AUTHORS
46+
Ko van der Sloot Timbl@uvt.nl
47+
48+
Antal van den Bosch Timbl@uvt.nl
49+
50+
.SH SEE ALSO
51+
.BR frog (1)
52+
.BR ucto (1)

0 commit comments

Comments
 (0)