https://github.com/szgabsz91/morpher
Morpher is a general purpose, modular framework for inflection generation and morphological analysis.
https://github.com/szgabsz91/morpher
inflection lemmatization morphological-analysis morphology rule-induction
Last synced: 3 months ago
JSON representation
Morpher is a general purpose, modular framework for inflection generation and morphological analysis.
- Host: GitHub
- URL: https://github.com/szgabsz91/morpher
- Owner: szgabsz91
- License: lgpl-3.0
- Created: 2019-05-31T20:17:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T17:45:10.000Z (over 2 years ago)
- Last Synced: 2025-12-26T10:47:18.015Z (6 months ago)
- Topics: inflection, lemmatization, morphological-analysis, morphology, rule-induction
- Language: HTML
- Homepage:
- Size: 34.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://github.com/szgabsz91/morpher)
[](https://circleci.com/gh/szgabsz91/workflows/morpher)
[](https://central.sonatype.com/artifact/com.github.szgabsz91/morpher-core)
[](https://github.com/szgabsz91/morpher/blob/master/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:
* [Morpher Core](morpher-core)
* [Morpher Transformation Engines](morpher-transformation-engines)
* [Morpher Language Handlers](morpher-language-handlers)
* [Morpher Engines](morpher-engines)
* [Morpher Systems](morpher-systems)
The project is published to [Maven Central](https://search.maven.org/search?q=morpher).
To see what the latest artifact versions are, check the badges in the subproject README files.
Morpher also has an [API project](https://github.com/szgabsz91/morpher-api) that publishes its main operations using
REST services, and a [client application](https://github.com/szgabsz91/morpher-client) that consumes these services.