Skip to main content

Permissive, rule-based Malayalam morphological synthesizer (noun inflection generation).

Project description

mlinflect

A permissive, rule-based Malayalam morphological synthesizer. It does forward morphological generation: given a root and grammatical features, it produces the inflected surface form (the counterpart to morphological analysis/segmentation).

from mlinflect import synthesize_noun, Case, Number

synthesize_noun("മരം", Case.LOCATIVE).surface          # 'മരത്തിൽ'
synthesize_noun("മരം", Case.GENITIVE).surface          # 'മരത്തിന്റെ'
synthesize_noun("കുട്ടി", Case.GENITIVE).surface        # 'കുട്ടിയുടെ'
synthesize_noun("മരം", Case.NOMINATIVE, number=Number.PLURAL).surface  # 'മരങ്ങൾ'

Why this exists

Existing Malayalam morphology tools are either copyleft (Apertium, libindic = GPL/AGPL) or, in the case of the one permissive generator (mlmorph, MIT), built on a GPL FST runtime. There is no permissive, dependency-clean, rule-based Malayalam synthesizer. mlinflect aims to fill that gap with a small pure-Python rule engine and no copyleft dependencies.

Design

  • Declarative, provenance-tagged rules (mlinflect/rules.py): each rule cites the source it was drawn from and carries a verified flag that is True only when the form has been ratified by a native reviewer. Adding or correcting a paradigm is a data edit, not a code change.
  • Inspectable results: every synthesize_noun(...) returns a SynthResult with the surface form, the morphemes that compose it, the stem_class, the provenance key, and verified. Feature combinations that are not yet encoded raise rather than return a silently wrong form.
  • Akshara-correct joins: suffixes are represented matra-initial so concatenation produces correct conjuncts/vowel signs; the genitive uses the canonical nta form (NA + virama + RRA).

Status

Alpha. Eleven ending-conditioned noun classes across 11 cases, covering the major Malayalam noun shapes, with every encoded form native-ratified (verified=True); shapes outside the supported classes raise rather than guess. Five classes (am_neuter മരം, vowel_anuswara കലാം, i_vowel കുട്ടി/സ്ത്രീ, u_vowel പശു, ṭ_geminate വീട്) are complete in singular and plural; a_stem (അമ്മ) and the chillu classes (അവൻ, മകൾ, കാർ, കാൽ, തൂൺ) are singular-complete, with plurals pending. Suppletive personal pronouns (ഞാൻ, നീ, അവർ, നാം, താൻ, ഇവൻ) are handled through an exception table rather than the rule engine. Includes differential object marking and a synthetic/colloquial register for the instrumental. See LIMITATIONS.md for the precise gaps. Plurals for a_stem/chillu, gender derivation, clitics/postpositions, stylistic variants, and verbs are future work.

Install

pip install mlinflect        # once published
# from source:
pip install -e ".[dev]"

License

Apache-2.0. See LICENSE and NOTICE. Contributions are accepted under Apache-2.0 §5 (inbound = outbound); no separate CLA is required.

The implemented linguistic rules are facts restated in our own code; no source's text, tables, code, or data is reproduced. Sources are credited in REFERENCES.md as scholarship; that implies no endorsement and creates no license obligation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlinflect-0.0.2.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlinflect-0.0.2-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file mlinflect-0.0.2.tar.gz.

File metadata

  • Download URL: mlinflect-0.0.2.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for mlinflect-0.0.2.tar.gz
Algorithm Hash digest
SHA256 bdf61cc9075369bbd83642f2542b3d309e1759027684bcdfa8147f83d246c616
MD5 787f9f748eceace2e320bedf09f523ff
BLAKE2b-256 e12aaa9eecf1f8facee3a0c779cdf48a36ce8f8fc91beaa7dc04262da8316c75

See more details on using hashes here.

File details

Details for the file mlinflect-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: mlinflect-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for mlinflect-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7d5f740ee0a9553551fd046eee1d1fb13fa9b41df002aeb8bd54e052a7ae8746
MD5 a7ec16a3a9ba558e8c10e6232bc1e4cc
BLAKE2b-256 d50d76e4ca36637c18e3a7e5ad8727added45a08612b18874277679ef70c2a95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page