File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments