Releases: google-research/turkish-morphology
Releases · google-research/turkish-morphology
Release v1.2.5
Release v1.2.4
Added
- MANIFEST.in file to specify to-be-packaged data files.
Fixed
- Ensures that OpenFST Python wrapper gets included in the release package.
Release v1.2.3
Fixed
- Analyzer can now be built using Python 3.9.
Release v1.2.2
Changed
- Faster decomposition of human-readable analysis into analysis protobufs by
caching the affix decomposition logic.
Release v1.2.1
Fixed
- Surface form generation of proper nouns using morphological analysis that
doesn't have proper features.
Release v1.2.0
Added
- An API module to generate Turkish word forms from morphological analyses.
Changed
- Moved functions of analyze API module, which are used to build FSTs from
symbols, compose FSTs and to extract parses from FSTs into fst API. They
are now public functions.
Release v1.1.0
Added
- An API module to validate structural well-formedness of analysis protobufs.
- An API module to construct human-readable analysis strings from analysis
protobufs.
Changed
- Refactored functions which read and extract Turkish morphological analyzer
FST into the fst API module.
Fixed
- Enclosed messages defined in analysis.proto in turkish_morphology namespace.
Release v1.0.0
Added
- Initial release of the Turkish Morphology together with a simple Python API
to morpholgically analyze word forms, and to parse human-readable analysis
strings into protobuf messages.