First stable version of politely
What's Changed
Tested
Styler
against noisy data.__call__
now accepts a list of sentences rather than a text - this is to delegate sentence splitting to the user (e.g. usekss
orkiwi
).Styler
does not raise any custom exceptions by default; it raises them only if the user setsdebug=True
on initialisation.
- Issue 86 by @eubinecto in #87
- [#88] project management with
hatch
. Makefile added. by @eubinecto in #89 - [#91] Translate step added. Conjugate step added. Using verbs rather … by @eubinecto in #92
- [#93]
debug
parameter added to__call__
. Default behaviour of `_… by @eubinecto in #94 - Issue 95 by @eubinecto in #96
- [#97] refactoring
preprocess
- now it supports multiple sentences by @eubinecto in #98 - Issue 90 by @eubinecto in #99
Full Changelog: v2.6.2...v3.1.0