-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
WikiCorpus.filter_wiki/remove_markup don't remove heading-markup #2561
Copy link
Copy link
Open
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestbugIssue described a bugIssue described a bugdifficulty mediumMedium issue: required good gensim understanding & python skillsMedium issue: required good gensim understanding & python skillsgood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)help wantedimpact LOWLow impact on affected usersLow impact on affected usersreach LOWAffects only niche use-case usersAffects only niche use-case users
Description
Activity
Metadata
Metadata
Assignees
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestbugIssue described a bugIssue described a bugdifficulty mediumMedium issue: required good gensim understanding & python skillsMedium issue: required good gensim understanding & python skillsgood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)help wantedimpact LOWLow impact on affected usersLow impact on affected usersreach LOWAffects only niche use-case usersAffects only niche use-case users
Problem description
I am trying to get clean wiki texts. But still getting headings markup.
Steps/code/corpus to reproduce
Just create WikiCorpus and call
get_texts. Some texts will contain==headings==(different number of=and different headings, of course).Simple test-case:
Versions