Metadata-Version: 2.4
Name: sigmorphon-vp
Version: 2.0.0
Summary: SigMorphon dataset utilities with typed TSV loading, downloads, and MorphDataset generation.
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 :: Text Processing :: Linguistic
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0.0
Requires-Dist: chartoken-vp>=2.0.0

# sigmorphon-vp

`sigmorphon-vp` contains dataset tools for morphological reinflection experiments.

It provides:

- dataset discovery and download helpers
- TSV parsing and merging
- typed `MorphDataset`, `MorphRow`, and batch utilities
- integration with `chartoken-vp`

Install:

```bash
pip install sigmorphon-vp
```
