File size: 803 Bytes
cefaad7
4ceff73
446b04c
f14dad0
cefaad7
 
4ceff73
cefaad7
 
 
4ceff73
 
 
 
 
cefaad7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
language:
- sl
license:
- cc-by-sa-4.0
task_categories:
- token-classification
task_ids:
- lemmatization
- named-entity-recognition
- parsing
- part-of-speech
tags:
- structure-prediction
- tokenization
- 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'.