Go to file
2020-05-25 21:39:51 +02:00
dev-0 Fixed problem with code 2020-05-25 21:39:51 +02:00
stat Fixed problem with code 2020-05-25 16:06:22 +02:00
test-A Fixed problem with code 2020-05-25 21:39:51 +02:00
train Fixed problem with code 2020-05-25 18:36:38 +02:00
.gitignore commit data 2020-05-22 16:52:13 +02:00
code.py Fixed problem with code 2020-05-25 20:21:18 +02:00
config.txt commit data 2020-05-22 16:52:13 +02:00
dict_val_0.pkl commit data 2020-05-22 16:52:13 +02:00
dict_val_0.txt commit data 2020-05-22 16:52:13 +02:00
dict_val_1.pkl commit data 2020-05-22 16:52:13 +02:00
dict_val_1.txt commit data 2020-05-22 16:52:13 +02:00
read_results.py Fixed problem with code 2020-05-25 21:39:51 +02:00
README.md first commit 2020-05-22 16:47:46 +02:00

Twitter Sentiment Analysis

Guess the sentiment for texts in English.

Classes

  • 1 — positive sentiment
  • 0 — negative sentiment

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — train set, (text - 1st column, sentiment - 2nd column) a text fragment in the second one
  • dev-0/ — directory with dev (test) data
  • dev-0/in.tsv — input data for the dev set (text fragments)
  • dev-0/expected.tsv — expected (reference) data for the dev set
  • test-A — directory with test data
  • test-A/in.tsv — input data for the test set (text fragments)
  • test-A/expected.tsv — expected (reference) data for the test set (hidden)