EgemenIpek
commited on
Commit
•
db45a58
1
Parent(s):
d9a6ec5
Update README.md
Browse files
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:
|
|
|
|
|
|
|
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 |
|