Update README.md

This commit is contained in:
shalmolighosh 2019-06-19 23:52:13 +05:30 committed by GitHub
parent 0dd2d7863a
commit 3e92a073e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,6 @@ To run the model for SemEval dataset : python SVM.py
To run the model for MPCHI dataset : python SVM_mpchi.py To run the model for MPCHI dataset : python SVM_mpchi.py
The folder final_feature_set contains all extracted features. Note that medical feature has not been extracted for SemEval dataset. The folder final_feature_set contains all extracted features. Note that medical feature has not been extracted for SemEval dataset.
The features can be extracted by running the 3 codes STA_features.py, te_f.py and Sentiment_API_2.py on individual datasets.
While extracting the sentiment feature the StanfordCoreNLP server is needed to be run.