File size: 2,121 Bytes
e730619
 
a83fd13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2d28b7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a83fd13
e730619
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b82090c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e730619
a83fd13
 
 
 
2d28b7b
 
 
 
e730619
 
 
 
b82090c
 
 
 
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
---
dataset_info:
- 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: string
  splits:
  - name: train
    num_bytes: 1123627235
    num_examples: 205328
  download_size: 285752388
  dataset_size: 1123627235
- 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: string
  splits:
  - name: train
    num_bytes: 906453296
    num_examples: 205328
  download_size: 160555505
  dataset_size: 906453296
configs:
- 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-*
---
# Dataset Card for "wikipedia_pos_tagged"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)