senti_ws

Referencias:

pos-etiquetado

Utilice el siguiente comando para cargar este conjunto de datos en TFDS:

ds = tfds.load('huggingface:senti_ws/pos-tagging')
  • Descripción :
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].
  • Licencia : Creative Commons Reconocimiento-No comercial-Compartir bajo la misma licencia 3.0 Unported
  • Versión : 1.1.0
  • Divisiones :
Separar Ejemplos
'train' 3471
  • Características :
{
    "word": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "pos-tag": {
        "num_classes": 4,
        "names": [
            "NN",
            "VVINF",
            "ADJX",
            "ADV"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

puntuación de sentimiento

Utilice el siguiente comando para cargar este conjunto de datos en TFDS:

ds = tfds.load('huggingface:senti_ws/sentiment-scoring')
  • Descripción :
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].
  • Licencia : Creative Commons Reconocimiento-No comercial-Compartir bajo la misma licencia 3.0 Unported
  • Versión : 1.1.0
  • Divisiones :
Separar Ejemplos
'train' 3471
  • Características :
{
    "word": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentiment-score": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}