earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
757 stars 75 forks source link

Detect all table from a wiki dump #250

Closed hasantuberlin closed 3 years ago

hasantuberlin commented 4 years ago

Hello, Are there any possibilities to detect table from a wiki dump? I actually did not find documentation on this.

Thank you in advance.

lahwaacz commented 4 years ago

Which wiki dump? mwparserfromhell is a parser of MediaWiki markup, not of XML dump files.

hasantuberlin commented 4 years ago

Thank you. In case of MediaWiki markup. How can I do it?

lahwaacz commented 4 years ago

See https://github.com/earwig/mwparserfromhell/issues/93.