Datasets:
Commit
·
bbcb2ba
1
Parent(s):
2d6308b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- token-classification
|
4 |
+
size_categories:
|
5 |
+
- 10K<n<100K
|
6 |
+
---
|
7 |
+
|
8 |
+
# Dataset Card for SAIL 2017
|
9 |
+
|
10 |
+
### Dataset Summary
|
11 |
+
|
12 |
+
The dataset was a part of Shared Task on Sentiment Analysis in Indian Languages (SAIL) Tweets. It was presented in FIRE 2017.
|
13 |
+
|
14 |
+
### Languages
|
15 |
+
|
16 |
+
Code-Mixed sentences in English and Hindi
|
17 |
+
|
18 |
+
### Source Data
|
19 |
+
|
20 |
+
http://amitavadas.com/SAIL/data.html
|
21 |
+
|
22 |
+
#### Initial Data Collection and Normalization
|
23 |
+
|
24 |
+
All the data from the source is collected and cleaned. Punctuations, Special characters and Emoticons are removed.
|