File size: 777 Bytes
cefaad7
cf75a77
cefaad7
 
cf75a77
cefaad7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
language: 
- si

license:
- cc-by-sa-4.0

task_categories:
- structure-prediction

task_ids:
- tokenization
- part-of-speech-tagging
- lemmatization
- named-entity-recognition
- dependency-parsing

---
The dataset contains 7432 training samples, 1164 validation samples and 893 test samples. 
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'), 
list of tokens ('tokens'), list of lemmas ('lemmas'), 
list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'), list of morphological features ('feats'), 
list of IOB tags ('iob\_tags'), and list of universal dependency tags ('uds'). Three dataset configurations are
available, where the corresponding features are encoded as class labels: 'ner', 'upos', and 'ud'.