Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
German
Size:
10K - 100K
Tags:
Sentiment Analysis
License:
Alienmaster
commited on
Commit
•
6e2ef1d
1
Parent(s):
dc00ef2
First commit
Browse files- README.md +16 -0
- dev-2017-09-15.tsv +0 -0
- test_dia-2017-09-15.tsv +0 -0
- test_syn-2017-09-15.tsv +0 -0
- train-2017-09-15.tsv +0 -0
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- de
|
4 |
+
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
sep: "\t+"
|
8 |
+
column_names: ["ID", "Text", "Relevance", "Sentiment", "Aspect:Polarity"]
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: "train-2017-09-15.tsv"
|
12 |
+
- split: test
|
13 |
+
path: "test_syn-2017-09-15.tsv"
|
14 |
+
- split: dev
|
15 |
+
path: "dev-2017-09-15.tsv"
|
16 |
+
---
|
dev-2017-09-15.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_dia-2017-09-15.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_syn-2017-09-15.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train-2017-09-15.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|