Stance-Detection-in-Web-and.../KDEY
2019-06-18 00:22:04 +05:30
..
MPQA Added KDEY Codes 2019-06-17 01:56:41 +05:30
features.py Added KDEY Codes 2019-06-17 01:56:41 +05:30
README.md Fixed the Data and the Preprocessing codes 2019-06-18 00:22:04 +05:30

Requirements

Python version - 3.6/3.7 with NLTK installed

Usage

 python features.py <Path to the Data Directory>

Note: The Data Directory be one of the preprocessed folders created by the preprocessing script. Example directory structure of the data directory for SemEval Data:

Data_SemE_P
├── AT
|   ├── test_clean.txt
|   ├── test_preprocessed.csv
|   ├── train_clean.txt
|   └── train_preprocessed.csv
├── CC
|   ├── test_clean.txt
|   ├── test_preprocessed.csv
|   ├── train_clean.txt
|   └── train_preprocessed.csv
├── FM
|   ├── test_clean.txt
|   ├── test_preprocessed.csv
|   ├── train_clean.txt
|   └── train_preprocessed.csv
├── HC
|   ├── test_clean.txt
|   ├── test_preprocessed.csv
|   ├── train_clean.txt
|   └── train_preprocessed.csv
└── LA
    ├── test_clean.txt
    ├── test_preprocessed.csv
    ├── train_clean.txt
    └── train_preprocessed.csv