Referanslar:
sonradan etiketleme
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:senti_ws/pos-tagging')
- Tanım :
SentimentWortschatz, or SentiWS for short, is a publicly available German-language resource for sentiment analysis, and pos-tagging. The POS tags are ["NN", "VVINF", "ADJX", "ADV"] -> ["noun", "verb", "adjective", "adverb"], and positive and negative polarity bearing words are weighted within the interval of [-1, 1].
- Lisans : Creative Commons Atıf-Ticari Olmayan-Benzer Paylaşım 3.0 Aktarılmamış Lisans
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'train' | 3471 |
- Özellikler :
{
"word": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"pos-tag": {
"num_classes": 4,
"names": [
"NN",
"VVINF",
"ADJX",
"ADV"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
duyarlılık puanlaması
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:senti_ws/sentiment-scoring')
- Tanım :
SentimentWortschatz, or SentiWS for short, is a publicly available German-language resource for sentiment analysis, and pos-tagging. The POS tags are ["NN", "VVINF", "ADJX", "ADV"] -> ["noun", "verb", "adjective", "adverb"], and positive and negative polarity bearing words are weighted within the interval of [-1, 1].
- Lisans : Creative Commons Atıf-Ticari Olmayan-Benzer Paylaşım 3.0 Aktarılmamış Lisans
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'train' | 3471 |
- Özellikler :
{
"word": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentiment-score": {
"dtype": "float32",
"id": null,
"_type": "Value"
}
}