.gitignore | ||
Clarin-SI-logo.png | ||
dependency-parsetree.py | ||
generic.py | ||
official_config.ini | ||
README.md | ||
requirements.txt | ||
Result.py | ||
ResultNode.py | ||
ResultTree.py | ||
run.sh | ||
Tree.py | ||
Value.py |
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