1.1.7
Version 1.1.7
Installation
Install the new release with pip install cltk==1.1.7
or just pip install cltk
if it is still the last release of cltk.
Changes:
- Breaking change Python 3.8 not supported anymore.
- Python 3.11 now supported. Fix #1224.
- Removed
python-Levenshtein
and replaced it byrapidfuzz
. - Updaded
stanza
to 1.6.0. This leads to new versions of trained models and new values of morpho-syntactic features. Fix #1235, #1232, #1229. - Updated
spacy
to 3.6.1. A wrapper forspaCy
models will come for the next release. - Updated other packages #1233.
- More type annotations were added.
- Breaking change Fixed typo from
PrononimalType
toPronominalType
.