SuzanaB commited on
Commit
79cfdf1
2 Parent(s): 6ef5980 791e5b5

Merge branch 'main' of https://huggingface.co/datasets/classla/hr500k into main

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ The hr500k training corpus contains about 500,000 Croatian tokens manually annotated on the levels of tokenisation, sentence segmentation, morphosyntactic tagging, lemmatisation and named entities.
2
+
3
+ On the sentence level, the dataset contains 20159 training samples, 1963 validation samples and 2672 test samples
4
+ across the respective data splits. Each sample represents a sentence and includes the following features:
5
+ sentence ID ('sent\_id'), sentence text ('text'), 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'), and list of IOB tags ('iob\_tags'). The 'upos\_tags' and 'iob\_tags' features
6
+ are encoded as class labels.