Go to file
2019-12-18 12:57:15 +01:00
.gitignore Added some executable files 2019-08-29 08:46:46 +02:00
config_template.ini Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +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 frequency treshold, commenting lines, added logDice, added temporary calc values 2019-12-18 09:42:53 +01:00
README.md Added possibility to filter through separate attributes of feats again + added README.md 2019-12-18 12:57:15 +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=config_template.ini