This package was created to correct Uzbek spelling mistakes and translate from Latin to Cyrillic
Project description
Uzbek-language
This package was created to correct Uzbek spelling mistakes and translate from Latin to Cyrillic
Install package
pip install uzbek-language
Use in translator
from uzbek_language import Translator
text = "salom dunyo"
translate = Translator(text=text)
# output text converted to latin
print(transtale.latin())
# output text converted to cyrillic
print(transtale.cyrillic())
# auto output the modified text
print(transtale.auto())
Use in spelling
from uzbek_language import Spelling
s = Spelling(word='salom')
# if the word is a mistake, it will say the same word
print(s.get_matches())
# determine whether the word is correct or incorrect
print(s.is_availible())
Developed by Quvonchbek Bobojonov (c) 2023
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
uzbek-language-0.1.0.tar.gz
(246.9 kB
view details)
Built Distribution
File details
Details for the file uzbek-language-0.1.0.tar.gz
.
File metadata
- Download URL: uzbek-language-0.1.0.tar.gz
- Upload date:
- Size: 246.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b16fd019afe7528ed612dc93f820a3a7256daf5559f3c31c6bc581558e417f31 |
|
MD5 | 03bb7809ca10a1a36a6c03189e4059b8 |
|
BLAKE2b-256 | 67004922f7340ebb7c920c8c8b7369479c5d84b1f09e3a967710a3a78b8cdd2d |
File details
Details for the file uzbek_language-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: uzbek_language-0.1.0-py3-none-any.whl
- Upload date:
- Size: 245.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ca3902af14f60fb4d0b1aa98d96a19c680e5ea3e00d8bfcbed010fdef3536fa |
|
MD5 | 1104e4de4f48a3a82695445d21741e5c |
|
BLAKE2b-256 | cfb20336e06a586d0f27e2ebab63f15b8471562806c6cd7d279a9668a339e752 |