Blame view

dependencyParser/basic/mate-tools/README.txt 482 Bytes
Jan Lupa authored
1
To build the project execute
Daniel OklesiƄski authored
2
3
mkdir dist
mkdir include
Jan Lupa authored
4
5
6
ant build
in the main directory (mate-tools).
This requires ant which can be installed by executing
Wojciech Jaworski authored
7
sudo apt-get install openjdk-8-jdk
Jan Lupa authored
8
9
10
11
12
13
sudo apt-get install ant.

To parse an example sentence using the provided model execute
java -jar dist/anna-3.5.jar -model examples/160622_Polish_MateParser.mdl -test < examples/test.csv
in the main directory (mate-tools).
The output should be identical to the contents of examples/test.out.