Datasets:
Commit
•
6ec5081
1
Parent(s):
c4190d6
Fix task tags
Browse files
README.md
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- hr
|
4 |
-
|
5 |
license:
|
6 |
- cc-by-sa-4.0
|
7 |
-
|
8 |
task_categories:
|
9 |
-
-
|
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 506,457 Croatian tokens manually annotated on the levels of tokenisation, sentence segmentation, morphosyntactic tagging, lemmatisation, named entities and dependency syntax.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- hr
|
|
|
4 |
license:
|
5 |
- cc-by-sa-4.0
|
|
|
6 |
task_categories:
|
7 |
+
- other
|
|
|
8 |
task_ids:
|
|
|
|
|
|
|
9 |
- lemmatization
|
10 |
- named-entity-recognition
|
11 |
+
- part-of-speech
|
12 |
+
tags:
|
13 |
+
- structure-prediction
|
14 |
+
- normalization
|
15 |
+
- tokenization
|
16 |
---
|
17 |
|
18 |
The hr500k training corpus contains 506,457 Croatian tokens manually annotated on the levels of tokenisation, sentence segmentation, morphosyntactic tagging, lemmatisation, named entities and dependency syntax.
|