Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
1 |
+
---
|
2 |
+
languages:
|
3 |
+
- hr
|
4 |
+
|
5 |
+
licenses:
|
6 |
+
- cc-by-sa-4.0
|
7 |
+
|
8 |
+
task_categories:
|
9 |
+
- structure-prediction
|
10 |
+
|
11 |
+
task_ids:
|
12 |
+
- tokenization
|
13 |
+
- normalization
|
14 |
+
- part-of-speech-tagging
|
15 |
+
- lemmatization
|
16 |
+
- named-entity-recognition
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
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.
|
21 |
|
22 |
On the sentence level, the dataset contains 20159 training samples, 1963 validation samples and 2672 test samples
|