Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tweet-Semantics

Three distinct sentiment analysis classifier are used that are capable of labellign tweets as either positive, neutral or negative. The tweet dataset and general project was heavily inspired by the semeval competition.
Three distinct sentiment analysis classifier are used that are capable of labelling tweets as either positive, neutral or negative. The tweet dataset and general project was heavily inspired by the semeval competition.

The classifiers were tested against evaluated according to the macro-averaged F1-score, which meant that the inbalance in the tweets labels (negatives were nearly half of positives) was quite an important obstacle.