yasbd-auxlang

August 26, 2026 · View on GitHub

Python Version PyPI Tests Stability License: MIT Open Source Love

Auxiliary language profiles for yasbd-lib.

Adds sentence segmentation support for constructed international auxiliary languages (auxlangs). register and go.

Languages

CodeLanguageStatus
eoEsperanto
ieInterlingue
iaInterlingua
ioIdo

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.