lutfiy - transliteration and zwnj scripts for Southern Uzbek
Project description
Lutfiy - Southern Uzbek Text Processing
A Python library for processing Southern Uzbek text, including transliteration and ZWNJ correction.
Installation
pip install lutfiy
Quick Start
from lutfiy import fix_zwnj, transliterate
# Fix ZWNJ placement
text = 'اۉزبېکستان کېلهجگی بویوک دولت دیر.'
corrected = fix_zwnj(text)
# Transliterate to Latin
latin = transliterate(text)
Advanced Usage
from lutfiy import Lutfiy
# Initialize processor
processor = Lutfiy()
# Process with multiple operations
result = processor.process(
text='اۉزبېکستان کېلهجگی بویوک دولت دیر.',
fix_zwnj=True,
transliterate=True
)
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
lutfiy-0.0.1.tar.gz
(183.9 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 lutfiy-0.0.1.tar.gz.
File metadata
- Download URL: lutfiy-0.0.1.tar.gz
- Upload date:
- Size: 183.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e625161e735af14717351727930d64412e6db34d873aba8c532e9fbd94d4bd
|
|
| MD5 |
615b07b843fe40f745c61f6441ba09e7
|
|
| BLAKE2b-256 |
46f74850586a7a95cb81d32b6202ee7b824fcaa26273c453ecddaba3a5addc0f
|
File details
Details for the file lutfiy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lutfiy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9b4889499101ef995e4acc7a49b77d526ca1b469017df5ed3a98691eb0bd8c
|
|
| MD5 |
4310e95b1f958deeb7b4fbcdf7026f60
|
|
| BLAKE2b-256 |
7a98bf647db4d8cb3952c0933807c1b024ddab0ea80654962afb504ed10cb491
|