Name | lutfiy JSON |
Version |
0.0.2
JSON |
| download |
home_page | None |
Summary | lutfiy - transliteration and zwnj scripts for Southern Uzbek |
upload_time | 2025-08-21 06:14:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | MIT License
Copyright (c) Tahrirchi
Authors: Mukhammadsaid Mamasaidov, Abror Shopulatov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
language
transliteration
uzs
zwnj
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Lutfiy - Southern Uzbek Text Processing
A Python library for processing Southern Uzbek text, including transliteration and ZWNJ correction.
## Installation
```bash
pip install lutfiy
```
## Quick Start
```python
from lutfiy import fix_zwnj, transliterate
# Fix ZWNJ placement
text = 'اۉزبېکستان کېلهجگی بویوک دولت دیر.'
corrected = fix_zwnj(text)
# Transliterate to Latin
latin = transliterate(text)
```
## Advanced Usage
```python
from lutfiy import Lutfiy
# Initialize processor
processor = Lutfiy()
# Process with multiple operations
result = processor.process(
text='اۉزبېکستان کېلهجگی بویوک دولت دیر.',
fix_zwnj=True,
transliterate=True
)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "lutfiy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Muhammadsaid Mamasaidov <mukhammadsaid.mamasaidov@gmail.com>, Abror Shopulatov <murodbeck@proton.me>",
"keywords": "language, transliteration, uzs, zwnj",
"author": null,
"author_email": "Muhammadsaid Mamasaidov <mukhammadsaid.mamasaidov@gmail.com>, Abror Shopulatov <murodbeck@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/14/13/c522ce91832d3f106519fc046a3cff8db2182f6f2219b752cbfe06be9202/lutfiy-0.0.2.tar.gz",
"platform": null,
"description": "# Lutfiy - Southern Uzbek Text Processing\n\nA Python library for processing Southern Uzbek text, including transliteration and ZWNJ correction.\n\n## Installation\n\n```bash\npip install lutfiy\n```\n\n## Quick Start\n\n```python\nfrom lutfiy import fix_zwnj, transliterate\n\n# Fix ZWNJ placement\ntext = '\u0627\u06c9\u0632\u0628\u06d0\u06a9\u0633\u062a\u0627\u0646 \u06a9\u06d0\u0644\u0647\u062c\u06af\u06cc \u0628\u0648\u06cc\u0648\u06a9 \u062f\u0648\u0644\u062a \u062f\u06cc\u0631.'\ncorrected = fix_zwnj(text)\n\n# Transliterate to Latin\nlatin = transliterate(text)\n```\n\n## Advanced Usage\n\n```python\nfrom lutfiy import Lutfiy\n\n# Initialize processor\nprocessor = Lutfiy()\n\n# Process with multiple operations\nresult = processor.process(\n text='\u0627\u06c9\u0632\u0628\u06d0\u06a9\u0633\u062a\u0627\u0646 \u06a9\u06d0\u0644\u0647\u062c\u06af\u06cc \u0628\u0648\u06cc\u0648\u06a9 \u062f\u0648\u0644\u062a \u062f\u06cc\u0631.',\n fix_zwnj=True,\n transliterate=True\n)\n```",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) Tahrirchi\n \n Authors: Mukhammadsaid Mamasaidov, Abror Shopulatov\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "lutfiy - transliteration and zwnj scripts for Southern Uzbek",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/tahrirchi/uzs-scripts/issues",
"Homepage": "https://github.com/tahrirchi/uzs-scripts"
},
"split_keywords": [
"language",
" transliteration",
" uzs",
" zwnj"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e0ae637dec096e68e6327b9d436823fba394aa63d43bc289b0dcb66bf2f9297c",
"md5": "fd3a0366157f888e9b7a63a7c7267b28",
"sha256": "8e1d6880e3d033ea17cce1499cf942ca6d0ff82816d1a440fb41844337d22146"
},
"downloads": -1,
"filename": "lutfiy-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd3a0366157f888e9b7a63a7c7267b28",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 184862,
"upload_time": "2025-08-21T06:14:42",
"upload_time_iso_8601": "2025-08-21T06:14:42.730826Z",
"url": "https://files.pythonhosted.org/packages/e0/ae/637dec096e68e6327b9d436823fba394aa63d43bc289b0dcb66bf2f9297c/lutfiy-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1413c522ce91832d3f106519fc046a3cff8db2182f6f2219b752cbfe06be9202",
"md5": "7cca9f867b276804deb009e436f6efed",
"sha256": "25781f1dd7d387790c9db978b7c1fc459f7a79030659b85abd75e9aaa81dc0de"
},
"downloads": -1,
"filename": "lutfiy-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "7cca9f867b276804deb009e436f6efed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 184254,
"upload_time": "2025-08-21T06:14:44",
"upload_time_iso_8601": "2025-08-21T06:14:44.304431Z",
"url": "https://files.pythonhosted.org/packages/14/13/c522ce91832d3f106519fc046a3cff8db2182f6f2219b752cbfe06be9202/lutfiy-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-21 06:14:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tahrirchi",
"github_project": "uzs-scripts",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "lutfiy"
}