caner

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:caner')
  • الوصف :
Classical Arabic Named Entity Recognition corpus as a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities.
  • الترخيص : لا يوجد ترخيص معروف
  • الإصدار : 1.1.0
  • الانقسامات :
انشق، مزق أمثلة
'train' 258240
  • الميزات :
{
    "token": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ner_tag": {
        "num_classes": 21,
        "names": [
            "Allah",
            "Book",
            "Clan",
            "Crime",
            "Date",
            "Day",
            "Hell",
            "Loc",
            "Meas",
            "Mon",
            "Month",
            "NatOb",
            "Number",
            "O",
            "Org",
            "Para",
            "Pers",
            "Prophet",
            "Rlig",
            "Sect",
            "Time"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}