Tristan Thrush
commited on
Commit
•
27d1c6a
1
Parent(s):
b747688
fixed spacing issue
Browse files- wikipedia.py +0 -2
wikipedia.py
CHANGED
@@ -1051,8 +1051,6 @@ class Wikipedia(datasets.GeneratorBasedBuilder):
|
|
1051 |
yield example
|
1052 |
|
1053 |
|
1054 |
-
|
1055 |
-
|
1056 |
def _parse_and_clean_wikicode(raw_content, parser, language):
|
1057 |
"""Strips formatting and unwanted sections from raw page content."""
|
1058 |
wikicode = parser.parse(raw_content)
|
|
|
1051 |
yield example
|
1052 |
|
1053 |
|
|
|
|
|
1054 |
def _parse_and_clean_wikicode(raw_content, parser, language):
|
1055 |
"""Strips formatting and unwanted sections from raw page content."""
|
1056 |
wikicode = parser.parse(raw_content)
|