KaraKaraWitch commited on
Commit
b5b9585
1 Parent(s): d494331

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -108,14 +108,14 @@ Refer to this sample to see all the fields:
108
  `id`: The article ID in question
109
  `text`: The HTML Text (After post-processing) from SuperWIKI converted to markdown with links removed and formatting (Bold, italics) kept.
110
  `title`: The title of the wikipedia article.
111
- `url`: The URL of the article.
112
- `filters`: Metadata of filters found/used in the dataset.
113
  - `issues`: A list of custom list of templates that has been removed from the html (ala, pre-processing) for the article.
114
  - `selectors`: `issues` are based on templates, which may have multiple templates but mean the same thing. In that case, the selectors provide a unduplicated css class selectors that were used for the article. (`Template:Few sources` is the same as `Template:More citations needed` for example.)
115
  - `rituals`: List of "Rituals" used to remove even more "Issue" templates. If not present, this field is empty.
116
- - `templates`: Used for debugging but are all the templates found in the article.
117
- `infobox_html`: A list of side infoboxes that ae extracted out from the text.
118
- `figures_dict`: A list of figures used in the article. Again, extracted out from the text.
119
 
120
  #### Q-Score Distribution
121
 
 
108
  `id`: The article ID in question
109
  `text`: The HTML Text (After post-processing) from SuperWIKI converted to markdown with links removed and formatting (Bold, italics) kept.
110
  `title`: The title of the wikipedia article.
111
+ `url`: The URL of the article.
112
+ `filters`: Metadata of filters found/used in the dataset.
113
  - `issues`: A list of custom list of templates that has been removed from the html (ala, pre-processing) for the article.
114
  - `selectors`: `issues` are based on templates, which may have multiple templates but mean the same thing. In that case, the selectors provide a unduplicated css class selectors that were used for the article. (`Template:Few sources` is the same as `Template:More citations needed` for example.)
115
  - `rituals`: List of "Rituals" used to remove even more "Issue" templates. If not present, this field is empty.
116
+ - `templates`: Used for debugging but are all the templates found in the article.
117
+ `infobox_html`: A list of side infoboxes that ae extracted out from the text.
118
+ `figures_dict`: A list of figures used in the article. Again, extracted out from the text.
119
 
120
  #### Q-Score Distribution
121