albertvillanova HF staff commited on
Commit
564c752
1 Parent(s): b59441c

Fix task tags

Browse files
Files changed (1) hide show
  1. README.md +7 -9
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
- - structure-prediction
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