lhoestq HF staff commited on
Commit
18d072e
1 Parent(s): b71cece

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
@@ -19,7 +19,7 @@ task_categories:
19
  - token-classification
20
  task_ids:
21
  - named-entity-recognition
22
- - part-of-speech-tagging
23
  paperswithcode_id: null
24
  pretty_name: thainer
25
  ---
 
19
  - token-classification
20
  task_ids:
21
  - named-entity-recognition
22
+ - part-of-speech
23
  paperswithcode_id: null
24
  pretty_name: thainer
25
  ---