lhoestq HF staff commited on
Commit
d297875
1 Parent(s): afcdcc7

Fix POS tags (#4715)

Browse files

fix pos tags

Commit from https://github.com/huggingface/datasets/commit/62195c7bd2468b4921a532f8953288481e0fd2b5

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ task_categories:
21
  - token-classification
22
  task_ids:
23
  - named-entity-recognition
24
- - part-of-speech-tagging
25
  - semantic-role-labeling
26
  - coreference-resolution
27
  - parsing
 
21
  - token-classification
22
  task_ids:
23
  - named-entity-recognition
24
+ - part-of-speech
25
  - semantic-role-labeling
26
  - coreference-resolution
27
  - parsing