EgemenIpek commited on
Commit
db45a58
1 Parent(s): d9a6ec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,6 +1,9 @@
1
  <h1>Character-based Sentiment Classifier</h1>
2
 
3
- This sentiment classifier classifies textual data into three classes: Positive, Neutral, Negative.
 
 
 
4
 
5
  The classifier is based on google/canine-s, therefore, character-based. Thus, keep in mind that text pre-processing will affect results significantly.
6
 
 
1
  <h1>Character-based Sentiment Classifier</h1>
2
 
3
+ This sentiment classifier classifies textual data into three classes:
4
+ * Positive
5
+ * Neutral
6
+ * Negative
7
 
8
  The classifier is based on google/canine-s, therefore, character-based. Thus, keep in mind that text pre-processing will affect results significantly.
9