Run the parser in following order:
- python ConnectiveClassifier.py
- python ArgumentPositionClassifier.py
- python ArgFeatExtractor.py
- python ExplicitSenseClassifier.py
- python main.py
- python tira_eval.py path_folder_having_given_relations.json_file path_folder_having_predicted_output.json_file path_folder_for_output
1-4 create feature files from training data; 5 runs parser on blind and test data (provided by CoNLL-Shared Task) 6 runs the evaluation script on the parser