Cltk Versions Save

The Classical Language Toolkit

v1.2.1

4 months ago

Version 1.2.1

Installation

Install the new release with pip install cltk==1.2.1.

Changes

  • Updated mypy.
  • Improved printing of CLTK version

v1.2.0

4 months ago

Version 1.2.0

Installation

Install the new release with pip install cltk==1.2.0.

Changes

  • Updated spaCy to version 3.7.2.
  • Added a spaCy wrapper #1195 #1239. A spaCy model can be used to parse a text and the data can be translated from a spaCy's Doc to a list of CLTK's Word.
  • LatinCy has been integrated to CLTK as the first spaCy model. This is the default model for spaCy model in Latin #1239.
  • Breaking change Renamed two files that lead to wrong imports:
    • Before: from cltk.dependency.stanza import StanzaWrapper
    • After: from cltk.dependency.stanza_wrapper import StanzaWrapper, from cltk.dependency.spacy_wrapper import SpacyWrapper

v1.1.7

6 months ago

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.

v1.1.7a6

6 months ago

Install the pre-release with pip install cltk==1.1.7a6 https://pypi.org/project/cltk/1.1.7a6/.

v1.1.7a4

6 months ago
  • Updated Universal Dependencies.
  • Fixed download_all_models.py script.

v1.1.7a3

6 months ago
  • Added InflClass class to better manage Latin Universal Dependencies.

v1.1.7a2

6 months ago
  • Fixed stanza_wrapper.py
  • Dispatched main tests into several languages.

v1.1.7a1

6 months ago
  • Versions of Python supported: 3.9 to 3.12.
  • Updated stanza and spacy.
  • Fixed dataclasses structure.
  • Fixed model paths for Old French and Latin.
  • Replaced python-Levenshtein by rapidfuzz.
  • Refactored some tests.
  • Updated .readthedocs.yml.

1.0.15

2 years ago

CLTK release version 1.0.15 triggered on 10/06/2021 at 16:34:40.

1.0.14

2 years ago

CLTK release version 1.0.14 triggered on 21/05/2021 at 17:15:17.