SuzanaB commited on
Commit ·
6ad20bb
1
Parent(s): 0ad3ec3
Add description
Browse files- janes_tag.py +5 -1
janes_tag.py
CHANGED
|
@@ -20,7 +20,11 @@ import datasets
|
|
| 20 |
|
| 21 |
|
| 22 |
_CITATION = ''
|
| 23 |
-
_DESCRIPTION = """
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"""
|
| 25 |
_HOMEPAGE = ''
|
| 26 |
_LICENSE = ''
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
_CITATION = ''
|
| 23 |
+
_DESCRIPTION = """The dataset contains 6273 training samples, 762 validation samples and 749 test samples.
|
| 24 |
+
Each sample represents a sentence and includes the following features: sentence ID ('sent_id'),
|
| 25 |
+
list of tokens ('tokens'), list of normalised word forms ('norms'), list of lemmas ('lemmas'),
|
| 26 |
+
list of Multext-East tags ('xpos_tags), list of morphological features ('feats'),
|
| 27 |
+
and list of UPOS tags ('upos_tags'), which are encoded as class labels.
|
| 28 |
"""
|
| 29 |
_HOMEPAGE = ''
|
| 30 |
_LICENSE = ''
|