dev-0 | ||
stat | ||
test-A | ||
train | ||
.gitignore | ||
code.py | ||
config.txt | ||
dict_val_0.pkl | ||
dict_val_0.txt | ||
dict_val_1.pkl | ||
dict_val_1.txt | ||
read_results.py | ||
README.md |
Twitter Sentiment Analysis
Guess the sentiment for texts in English.
Classes
1
— positive sentiment0
— negative sentiment
Directory structure
README.md
— this fileconfig.txt
— configuration filetrain/
— directory with training datatrain/train.tsv
— train set, (text - 1st column, sentiment - 2nd column) a text fragment in the second onedev-0/
— directory with dev (test) datadev-0/in.tsv
— input data for the dev set (text fragments)dev-0/expected.tsv
— expected (reference) data for the dev settest-A
— directory with test datatest-A/in.tsv
— input data for the test set (text fragments)test-A/expected.tsv
— expected (reference) data for the test set (hidden)