Go to file
2019-12-19 12:33:49 +01:00
.gitignore Modified instructions and official_config.ini 2019-12-19 09:34:24 +01:00
Clarin-SI-logo.png Modified README - added logo 2019-12-19 12:33:49 +01:00
dependency-parsetree.py Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +01:00
generic.py Modified README - added logo 2019-12-19 12:33:49 +01:00
official_config.ini Modified instructions and official_config.ini 2019-12-19 09:34:24 +01:00
README.md Modified README - added logo 2019-12-19 12:33:49 +01:00
requirements.txt Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +01:00
Result.py Simplified code 2019-12-14 14:26:23 +01:00
ResultNode.py Major refactor of Results 2019-12-14 22:44:18 +01:00
ResultTree.py Speed improvements 2019-12-15 10:21:20 +01:00
run.sh Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +01:00
Tree.py Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +01:00
Value.py Initial commit 2019-08-23 11:14:31 +02:00

dependency parsetree

Linux installation and execution

Installation

Install python 3 on your sistem.

Run the following commands in terminal:

cd <PATH TO PROJECT DIRECTORY>
pip3 install -r requirements.txt

Execution

Set up search parameters in .ini file.

Execute extraction by first moving to project directory with:

cd <PATH TO PROJECT DIRECTORY>

And later executing script with:

python3 dependency-parsetree.py --config_file=<PATH TO .ini file>

Example:

python3 dependency-parsetree.py --config_file=official_config.ini

alt text