Follow-up testing for #115 based on findings.
Tasks
-
Confirm if WikiWho detects/tracks block moves and not just additions and removes.
-
Test superseded edit detection: Check how easy it would be to do the superseded edit test (i.e., if anything is left from edit in latest version of the article).
-
Test preprocessing methods with self-hosted WikiWho:
- Preprocess raw wikitext using
mwparserfromhell.strip_tags() (leaves only human readable text)
- Use HTML rendered version without tags:
BeautifulSoup(rendered_html, 'html.parser').get_text()
Use self-hosted version for Finnish Wikipedia testing.
Related
Follow-up testing for #115 based on findings.
Tasks
Confirm if WikiWho detects/tracks block moves and not just additions and removes.
Test superseded edit detection: Check how easy it would be to do the superseded edit test (i.e., if anything is left from edit in latest version of the article).
Test preprocessing methods with self-hosted WikiWho:
mwparserfromhell.strip_tags()(leaves only human readable text)BeautifulSoup(rendered_html, 'html.parser').get_text()Use self-hosted version for Finnish Wikipedia testing.
Related