What's Changed
- Add type hints. #181
- Add McAlpine EFLAW readability score. #174
- Fix issue with
remove_punctuation()
. #172 - Make rounding optional with
textstat.set_rounding(False)
. #166 - Fix broken
fernandez_huerta()
. #165 - Fix broken
wiener_sachtextformel()
. #163 - Update
syllable_count
to use.split()
and not.split(' ')
so to split on all whitespace. #161
New Contributors
- @AjBreidenbach made their first contribution in #145
- @Clickedbigfoot made their first contribution in #159
- @kadatatlukishore made their first contribution in #160
- @LKirst made their first contribution in #161
- @pls78 made their first contribution in #181
Thanks to @LKirst, @Clickedbigfoot, @AjBreidenbach, @kadatatlukishore, @pls78, and @lclarko for your contributions this release!
Full Changelog: 0.7.2...0.7.3