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:
- Morpher Core
- Morpher Transformation Engines
- Morpher Language Handlers
- Morpher Engines
- Morpher Systems
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.