kinianlo commited on
Commit
1dcc449
1 Parent(s): 78dcb2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -140,6 +140,12 @@ configs:
140
  - split: train
141
  path: 20220301_simple_spacy_tags_only/train-*
142
  ---
143
- # Dataset Card for "wikipedia_pos_tagged"
 
 
 
 
 
 
 
144
 
145
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
140
  - split: train
141
  path: 20220301_simple_spacy_tags_only/train-*
142
  ---
143
+ # POS tagged Wikipedia
144
+
145
+ This dataset is a POS-tagged version of the [wikipedia](https://huggingface.co/datasets/wikipedia) dataset.
146
+
147
+ Different versions exist in this dataset:
148
+ 1. nltk - these are tagged by the nltk pos tagger
149
+ 2. spacy - these are tagged by the en_core_web_sm pos tagger
150
+ 3. simple - these are from the simple English Wikipedia
151