change the train/dev/test file location and language in main.py and then
python main.py
Penn treebank (English) and the TIGER treebank (German)
The parser expects input data to be in the CoNLL06 format, with each word represented as a separate line and columns separated by tabs.
To use the parser, you will need Python 3 and the following packages: numby and dill