814 B
814 B
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)