Metadata-Version: 2.4
Name: morphoformer
Version: 4.0.0
Summary: Morphoformer with CELMoE-based multilingual morphology, typed training pipeline, and publishable CLI.
Author: F000NK, Voluntas Progressus
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0
Requires-Dist: celmoe-vp>=1.0.0
Requires-Dist: chartoken-vp>=2.0.0
Requires-Dist: sigmorphon-vp>=2.0.0
Requires-Dist: torchblocks-vp>=2.0.0
Requires-Dist: trainkit-vp>=2.0.0
Provides-Extra: dev
Requires-Dist: build>=1.2.0; extra == "dev"
Requires-Dist: pyright>=1.1.0; extra == "dev"
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"

# morphoformer

`morphoformer` is the application package for the Morph_v4 stack.

It builds on:

- `celmoe-vp` for generic hierarchical expert orchestration
- `torchblocks-vp` for reusable neural modules
- `chartoken-vp` and `sigmorphon-vp` for morphology data pipelines
- `trainkit-vp` for training and checkpoint utilities

Install:

```bash
pip install morphoformer
```
