5roop albertvillanova HF staff commited on
Commit
da293b9
1 Parent(s): dca90f2

Fix task tags (#3)

Browse files

- Fix task tags (9217c0e324006e823f418234d434b0a607ee0f0b)


Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -9
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
- - 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,871 Croatian 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
  - 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
  This dataset is based on 3,871 Croatian 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