ms_terms

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:ms_terms')
  • Açıklama :
The Microsoft Terminology Collection can be used to develop localized versions of applications that integrate with Microsoft products.
It can also be used to integrate Microsoft terminology into other terminology collections or serve as a base IT glossary
for language development in the nearly 100 languages available. Terminology is provided in .tbx format, an industry standard for terminology exchange.
  • Lisans : Bilinen lisans yok
  • Sürüm : 1.0.0
  • Bölmeler :
Bölmek Örnekler
'train' 33738
  • Özellikler :
{
    "entry_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "term_source": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "pos": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "definition": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "term_target": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}