Skip to content

Releases: google-research/turkish-morphology

Release v1.2.5

15 Mar 18:16

Choose a tag to compare

Changed

  • MacOS and Windows support temporarily disabled, since OpenFST Python extension
    is platform dependent and pre-built for Linux only.

Release v1.2.4

14 Jun 17:26

Choose a tag to compare

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

14 Jun 17:18

Choose a tag to compare

Fixed

  • Analyzer can now be built using Python 3.9.

Release v1.2.2

08 Sep 17:17

Choose a tag to compare

Changed

  • Faster decomposition of human-readable analysis into analysis protobufs by
    caching the affix decomposition logic.

Release v1.2.1

09 Apr 17:47

Choose a tag to compare

Fixed

  • Surface form generation of proper nouns using morphological analysis that
    doesn't have proper features.

Release v1.2.0

01 Apr 07:29

Choose a tag to compare

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

22 Mar 02:05

Choose a tag to compare

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

14 Mar 23:46

Choose a tag to compare

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.