ms_terms

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:ms_terms')
  • Deskripsi :
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.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'train' 33738
  • Fitur :
{
    "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"
    }
}