Referensi:
penn_treebank
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:ptb_text_only/penn_treebank')
- Keterangan :
This is the Penn Treebank Project: Release 2 CDROM, featuring a million words of 1989 Wall Street Journal material. This corpus has been annotated for part-of-speech (POS) information. In addition, over half of it has been annotated for skeletal syntactic structure.
- Lisensi : Perjanjian Pengguna LDC untuk Non-Anggota
- Versi : 1.1.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 3761 |
'train' | 42068 |
'validation' | 3370 |
- Fitur :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}