feature_extraction, and learning_model are the source code directories that contain the code behind the work
In order to test the feature extraction approach in our work, you need to first download the 'stanford-corenlp-full-2018-02-27' Stanford dependency parser which should consist of the following:
- stanford-corenlp-3.9.1.jar
- stanford-corenlp-3.9.1-models.jar
It can be downloaded using the following link: http://nlp.stanford.edu/software/stanford-corenlp-full-2018-02-27.zip
You will also need to download the StanfordNERTagger 'stanford-ner-2018-02-27' which consists of the following:
- classifiers/english.all.3class.distsim.crf.ser.gz
- stanford-ner.jar
It can be downloaded using the following link: https://nlp.stanford.edu/software/stanford-ner-2018-02-27.zip