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.1.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.1.tar.gz.
File metadata
- Download URL: yasbd_auxlang-0.1.1.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 |
8f73b7638c7b9b81289bc036769fb80b8fdea3a89322a7c7c401603587f4d410
|
|
| MD5 |
01101d13bff1387accfef3cac40dc500
|
|
| BLAKE2b-256 |
05d6b65955a36404bb2f866a0b099c1a45c6e6905580018f212945fd56cb6515
|
File details
Details for the file yasbd_auxlang-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yasbd_auxlang-0.1.1-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 |
72dc610e1c6ebbb1277366197f7303333d036ac1123265f76c2493fd3af6082b
|
|
| MD5 |
ec52bc56bccb5c74954462c969209118
|
|
| BLAKE2b-256 |
e21ce1113636c26aa99633a1683d1418f9b70961bdc9b59ce4a732022f7c513e
|