yasbd-auxlang
August 26, 2026 · View on GitHub
Auxiliary language profiles for yasbd-lib.
Adds sentence segmentation support for constructed international auxiliary languages (auxlangs). register and go.
Languages
| Code | Language | Status |
|---|---|---|
eo | Esperanto | ✅ |
ie | Interlingue | ✅ |
ia | Interlingua | ✅ |
io | Ido | ✅ |
Installation
pip install yasbd-auxlang
Usage
from yasbd import BoundaryDetector
detector = BoundaryDetector(lang="eo", external_lang_packs = ["yasbd_auxlang"])
sentences = list(detector.segment("Saluton mondo! Kiel vi fartas? Mi bone."))
# ["Saluton mondo!", "Kiel vi fartas?", "Mi bone."]
Development
git clone https://github.com/speedyk-005/yasbd-auxlang
cd yasbd-auxlang
pip install -e ".[dev]"
pytest
This project is licensed under the MIT License.