Fixed - `pos.py` Toponym was a Dict key, when Template 'Deutsch Toponym Übersicht' was present (should be nested noun value)
0.7.1
Added - [Python package](https://pypi.org) support
Changed - repository structure - README.md
0.6.6
Added - allow 'Genus 1' - 'Genus 4' in flexion dictionary - added `inflected` field to indicate whether entry is for inflected word
Changed - put 'Genus' back to to flexion dictionary
Fixed - strip values in `lemma.py`, `language.py`, `ipa.py`
0.6.5
Added - accept `Vorlage-Test` in regex pattern in `pos.py` & `language.py` - accept `Merkspruch` in `pos.py`
Fixed - improved regex for section splitting - improved regex for POS matching - fix missing POS names when there is a POS template
Removed - language codes
0.6.0
Added - loading custom methods via `custom_methods` argument in class constructor and `load_methods` function - Changelog.md (this file)
Changed - load all files from `methods` folder and initialize them as extraction methods - extraction methods must return a `Dict()` now - `flexion.py`: returns 'genus' and flexion info separately