Releases: loodos/zemberek-python
Releases · loodos/zemberek-python
zemberek-python v0.2.3
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
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
New Functionality
- Ambiguity Resolution implemented
Bug Fix
- Small fix in TurkishAlphabet
- Resource file paths are updated to use os module to better provide cross-platform flexibility.
- 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
- Reverted the deepcopy changes in release 0.1.1.
Small patch 0.1.1
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
updated README.md and setup.py