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.2.tar.gz
(184.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
lutfiy-0.0.2-py3-none-any.whl
(184.9 kB
view details)
File details
Details for the file lutfiy-0.0.2.tar.gz.
File metadata
- Download URL: lutfiy-0.0.2.tar.gz
- Upload date:
- Size: 184.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25781f1dd7d387790c9db978b7c1fc459f7a79030659b85abd75e9aaa81dc0de
|
|
| MD5 |
7cca9f867b276804deb009e436f6efed
|
|
| BLAKE2b-256 |
1413c522ce91832d3f106519fc046a3cff8db2182f6f2219b752cbfe06be9202
|
File details
Details for the file lutfiy-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lutfiy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 184.9 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 |
8e1d6880e3d033ea17cce1499cf942ca6d0ff82816d1a440fb41844337d22146
|
|
| MD5 |
fd3a0366157f888e9b7a63a7c7267b28
|
|
| BLAKE2b-256 |
e0ae637dec096e68e6327b9d436823fba394aa63d43bc289b0dcb66bf2f9297c
|