Changed
- Update dependencies
- Use dataclasses instead of dicts internally
Added
- Add "page_id" and "index" field to output (if a page contains multiple entries, the index indicates the position of the word in the page)
- Add tests for POS and language parsing
Removed
- __BREAKING__: Removed the ability to load custom methods from outside the package. The same can be achieved by setting the "wiki_text" field in the config dict and parsing the Wikitext manually.