You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luka 258d52e799
Added possibility to filter through separate attributes of feats again + added README.md
4 years ago
.gitignore Added some executable files 5 years ago
README.md Added possibility to filter through separate attributes of feats again + added README.md 4 years ago
Result.py Simplified code 4 years ago
ResultNode.py Major refactor of Results 4 years ago
ResultTree.py Speed improvements 4 years ago
Tree.py Added possibility to filter through separate attributes of feats again + added README.md 4 years ago
Value.py Initial commit 5 years ago
config_template.ini Added possibility to filter through separate attributes of feats again + added README.md 4 years ago
dependency-parsetree.py Added possibility to filter through separate attributes of feats again + added README.md 4 years ago
generic.py Modified frequency treshold, commenting lines, added logDice, added temporary calc values 4 years ago
requirements.txt Added possibility to filter through separate attributes of feats again + added README.md 4 years ago
run.sh Added possibility to filter through separate attributes of feats again + added README.md 4 years ago

README.md

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