네덜란드어_소셜

참고자료:

dutch_social

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:dutch_social/dutch_social')
  • 설명 :
The dataset contains around 271,342 tweets. The tweets are filtered via the official Twitter API to
contain tweets in Dutch language or by users who have specified their location information within Netherlands
geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes.
If the user has provided their location within Dutch boundaries, we have also classified them to their respective
provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible,
Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International
(CC BY-NC 4.0) (2020-10-27)
  • 라이센스 : CC BY-NC 4.0
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 54268
'train' 162805
'validation' 54269
  • 특징 :
{
    "full_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "text_translation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "screen_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "description": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "desc_translation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "location": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "weekofyear": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "weekday": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "month": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "year": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "day": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "point_info": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "point": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "latitude": {
        "dtype": "float64",
        "id": null,
        "_type": "Value"
    },
    "longitude": {
        "dtype": "float64",
        "id": null,
        "_type": "Value"
    },
    "altitude": {
        "dtype": "float64",
        "id": null,
        "_type": "Value"
    },
    "province": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hisco_standard": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hisco_code": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "industry": {
        "dtype": "bool_",
        "id": null,
        "_type": "Value"
    },
    "sentiment_pattern": {
        "dtype": "float64",
        "id": null,
        "_type": "Value"
    },
    "subjective_pattern": {
        "dtype": "float64",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "neg",
            "neu",
            "pos"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}