File size: 3,277 Bytes
e730619
 
b1f0135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78dcb2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a83fd13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d28b7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a83fd13
e730619
 
 
 
 
 
 
 
 
 
 
a61bb82
 
e730619
 
a61bb82
e730619
a61bb82
 
b82090c
 
 
 
 
 
 
 
 
 
c134547
 
b82090c
 
c134547
b82090c
c134547
 
e730619
b1f0135
 
 
 
78dcb2b
 
 
 
a83fd13
 
 
 
2d28b7b
 
 
 
e730619
 
 
 
b82090c
 
 
 
e730619
1dcc449
 
 
 
 
 
 
 
e730619
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
dataset_info:
- config_name: 20220301_en_nltk
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 88585221192
    num_examples: 6458670
  download_size: 3527644902
  dataset_size: 88585221192
- config_name: 20220301_en_nltk_tags_only
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 68920385173
    num_examples: 6458670
  download_size: 0
  dataset_size: 68920385173
- config_name: 20220301_simple_nltk
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 1000903680
    num_examples: 205328
  download_size: 286763992
  dataset_size: 1000903680
- config_name: 20220301_simple_nltk_tags_only
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 783729741
    num_examples: 205328
  download_size: 161414334
  dataset_size: 783729741
- config_name: 20220301_simple_spacy
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 1131814443
    num_examples: 205328
  download_size: 289479815
  dataset_size: 1131814443
- config_name: 20220301_simple_spacy_tags_only
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: pos_tags
    sequence:
      sequence:
        sequence: string
  splits:
  - name: train
    num_bytes: 914640504
    num_examples: 205328
  download_size: 164284823
  dataset_size: 914640504
configs:
- config_name: 20220301_en_nltk
  data_files:
  - split: train
    path: 20220301_en_nltk/train-*
- config_name: 20220301_en_nltk_tags_only
  data_files:
  - split: train
    path: 20220301_en_nltk_tags_only/train-*
- config_name: 20220301_simple_nltk
  data_files:
  - split: train
    path: 20220301_simple_nltk/train-*
- config_name: 20220301_simple_nltk_tags_only
  data_files:
  - split: train
    path: 20220301_simple_nltk_tags_only/train-*
- config_name: 20220301_simple_spacy
  data_files:
  - split: train
    path: 20220301_simple_spacy/train-*
- config_name: 20220301_simple_spacy_tags_only
  data_files:
  - split: train
    path: 20220301_simple_spacy_tags_only/train-*
---
# POS tagged Wikipedia

This dataset is a POS-tagged version of the [wikipedia](https://huggingface.co/datasets/wikipedia) dataset. 

Different versions exist in this dataset:
1. nltk - these are tagged by the nltk pos tagger
2. spacy - these are tagged by the en_core_web_sm pos tagger
3. simple - these are from the simple English Wikipedia