com.github.szgabsz91:morpher-core

Morpher Core 1.8.0


Keywords
inflection, lemmatization, morphological-analysis, morphology, rule-induction
License
CC0-1.0

Documentation

Morpher

Build Status Maven Central License

Morpher is a general purpose framework for inflection generation and morphological analysis, that lets you plug in different transformation engine implementations for learning transformation rules of a single affix type, and language dependent analyzer agents.

The main parts of the framework are:

The project is published to Maven Central. To see what the latest artifact versions are, check the badges in the subproject README files.

Morpher also has an API project that publishes its main operations using REST services, and a client application that consumes these services.