forked from ParallelMeaningBank/elephant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (18 loc) · 933 Bytes
/
README
File metadata and controls
29 lines (18 loc) · 933 Bytes
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
For more information, see http://gmb.let.rug.nl/elephant/about.php
To install elephant simply type
$ make ; make install
this will compile the external tools wapiti and elman and copy the
executables files in /usr/local/bin . To change the destination directory
the variable PREFIX in the Makefile has to be edited.
After installation, elephant is invoked like in these examples:
(PTB-style output)
$ echo 'Good morning Mr. President.' | elephant -m models/english
(IOB output format)
$ echo 'Good morning Mr. President.' | elephant -m models/english -f iob
It is also possible to run elephant from the source directory without need
to install it, by just typing
$ make
and invoking the executable from the current directory, e.g.
$ echo 'Good morning Mr. President.' | ./elephant -m models/english/
Included in the distribution there are the models for sentence and word boundary
detection of English, Dutch and Italian.