Commit
·
10a37a1
1
Parent(s):
b59441c
Fix task tags (#3)
Browse files- Fix task tags (564c7523a92417b4b55790b57c682ecd6d2816a5)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -1,20 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- sr
|
| 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 |
This dataset is based on 3,748 Serbian tweets that were segmented into sentences, tokens, and annotated with normalized forms, lemmas, MULTEXT-East tags (XPOS), UPOS tags and morphological features, and named entities.
|
| 20 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- sr
|
|
|
|
| 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 |
This dataset is based on 3,748 Serbian tweets that were segmented into sentences, tokens, and annotated with normalized forms, lemmas, MULTEXT-East tags (XPOS), UPOS tags and morphological features, and named entities.
|
| 18 |
|