Constructed language support for yasbd-lib — Esperanto, Interlingua, and more.
Project description
yasbd-auxlang
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
from yasbd.rules import register_lang_packs
register_lang_packs(["yasbd_auxlang"])
detector = BoundaryDetector("eo")
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yasbd_auxlang-0.1.0.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yasbd_auxlang-0.1.0.tar.gz.
File metadata
- Download URL: yasbd_auxlang-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28a8c9ea1365866f192e28563908ec71243e0c9bb44f948c7b7527bdfde06bee
|
|
| MD5 |
8d7698a9f31b5d735510cbf95c8ce17b
|
|
| BLAKE2b-256 |
b5a03dfb17d85e2096af006ecd924a9eff9b953ab8758af24b620476c4b70eaf
|
File details
Details for the file yasbd_auxlang-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yasbd_auxlang-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69bf80a3da8b0af2a335eaebaeb83cfb9aa5b532843dd5212dd54de065a8a593
|
|
| MD5 |
97ce0f9617dfeeab44fe7ef90c2cb786
|
|
| BLAKE2b-256 |
5373684664a397bda5dc52f0d2ead1e2138b228de6ee4c4ec4b40d612b948222
|