From 3e92a073e97abbdf084b301c492f580230b813de Mon Sep 17 00:00:00 2001 From: shalmolighosh <33319332+shalmolighosh@users.noreply.github.com> Date: Wed, 19 Jun 2019 23:52:13 +0530 Subject: [PATCH] Update README.md --- SEN-SVM/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SEN-SVM/README.md b/SEN-SVM/README.md index 423d83b..f33d24d 100644 --- a/SEN-SVM/README.md +++ b/SEN-SVM/README.md @@ -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 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.