File size: 615 Bytes
073f8e7 ba01429 073f8e7 5fb7df7 073f8e7 ba01429 073f8e7 ba01429 073f8e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
language:
- si
license:
- cc-by-sa-4.0
task_categories:
- other
task_ids:
- lemmatization
- part-of-speech
tags:
- structure-prediction
- normalization
- tokenization
---
The dataset contains 6273 training samples, 762 validation samples and 749 test samples.
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
list of tokens ('tokens'), list of normalised word forms ('norms'), list of lemmas ('lemmas'),
list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
and list of UPOS tags ('upos\_tags'), which are encoded as class labels. |