Skip to content

Releases: loodos/zemberek-python

zemberek-python v0.2.3

02 Jan 20:49
9f5dd7e
Compare
Choose a tag to compare

Fixes a bug on morphological analyses in which the computation time grows exponentially as opposed to its counterpart in original implementation (Java).

zemberek-python v0.2.2

18 Sep 21:05
7152f44
Compare
Choose a tag to compare

Bug fix

Fixes a problem with 32 bit integer representation with numpy on Windows. It does not effect Linux and Mac OS.

zemberek-python v0.2.1

14 Sep 22:53
Compare
Choose a tag to compare

New Functionality

  1. Ambiguity Resolution implemented

Bug Fix

  1. Small fix in TurkishAlphabet
  2. Resource file paths are updated to use os module to better provide cross-platform flexibility.
  3. Bug fix on TurkishSentenceNormalizer. The normalization code used to grow exponentially with the input length due to a misinterpretation of ScorableList in original implementation. Fixes #2

Additionally small improvements are made in TurkishMorphology class.

Small patch release 0.1.2

18 Jun 12:50
Compare
Choose a tag to compare
  • Reverted the deepcopy changes in release 0.1.1.

Small patch 0.1.1

18 Jun 12:31
Compare
Choose a tag to compare

DON'T USE THIS VERSION. IT IS BROKEN.

  • Some unnecessary try-except blocks are removed
  • Search path history copy changed from shallow copy to deep copy
  • Fixed #1
  • Fixed a small bug that causes number to string conversion fail

zemberek-python 0.1.0

14 Aug 08:34
Compare
Choose a tag to compare
updated README.md and setup.py