Update README.md

This commit is contained in:
shalmolighosh 2019-06-20 01:39:47 +05:30 committed by GitHub
parent 3b9ea116b3
commit cdda2213db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
## Usage
To run the model for SemEval dataset : python SVM.py
## Requirements
Python version - 3.6/3.7 with NLTK installed
To run the model for MPCHI dataset : python SVM_mpchi.py
## Usage
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.