Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
German
Size:
10K - 100K
Tags:
Sentiment Analysis
License:
File size: 306 Bytes
6e2ef1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
language:
- de
configs:
- config_name: default
sep: "\t+"
column_names: ["ID", "Text", "Relevance", "Sentiment", "Aspect:Polarity"]
data_files:
- split: train
path: "train-2017-09-15.tsv"
- split: test
path: "test_syn-2017-09-15.tsv"
- split: dev
path: "dev-2017-09-15.tsv"
--- |