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.

31 lines
725 B

# dependency parsetree
## Linux installation and execution
### Installation
Install python 3 on your sistem.
Run the following commands in terminal:
```bash
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:
```bash
cd <PATH TO PROJECT DIRECTORY>
```
And later executing script with:
```bash
python3 dependency-parsetree.py --config_file=<PATH TO .ini file>
```
Example:
```bash
python3 dependency-parsetree.py --config_file=official_config.ini
```
[![alt text](https://gitea.cjvt.si/lkrsnik/dependency_parsing/raw/branch/master/Clarin-SI-logo.png)](http://www.clarin.si/info/about/)