Releases: radomirbosak/duden
Releases · radomirbosak/duden
0.19.1
0.19.0
Breaking:
- Rework and fix (grammatic) inflection parsing #176
- Replace the
.grammar
and.grammar_raw
word properties with.inflection
,--grammar
with--inflect
- Replace the
New features:
- Add pronunciation_audio_url property #183 by @mundanevision20
- Synonyms are now properly split #195
Bugfixes:
- Fix failing
words_before
andwords_after
properties #191
Changelog link: Changelog#0.19.0
0.18.0
0.17.0
Breaking:
- Drop python 3.3 compatibility (due to use of
pathlib
)
Other:
- Add pretty project page in pypi via
long_description
setup.py attribute #159 by @mundanevision20
0.16.1
New features:
- Use
https
instead ofhttp
#157 by @mundanevision20
Internal:
- Remove grammar from test data #155
Known bugs:
- Grammar data is not parsed #156
0.16.0
New features:
- Add "alternative_spellings" property #147 by @VIEWVIEWVIEW
Bugfixes:
- Fix name, article properties and export for certain words with alternate spellings #147 by @VIEWVIEWVIEW
0.15.0
New features:
- Display word's IPA pronunciation #136 by @VIEWVIEWVIEW