Skip to content

1.1.7

Compare
Choose a tag to compare
@clemsciences clemsciences released this 04 Nov 10:32
· 16 commits to master since this release

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 by rapidfuzz.
  • 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 for spaCy models will come for the next release.
  • Updated other packages #1233.
  • More type annotations were added.
  • Breaking change Fixed typo from PrononimalType to PronominalType.