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 hashes)
Built Distribution
uzbek_language-0.1.0-py3-none-any.whl
(245.9 kB
view hashes)
Close
Hashes for uzbek_language-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ca3902af14f60fb4d0b1aa98d96a19c680e5ea3e00d8bfcbed010fdef3536fa |
|
MD5 | 1104e4de4f48a3a82695445d21741e5c |
|
BLAKE2b-256 | cfb20336e06a586d0f27e2ebab63f15b8471562806c6cd7d279a9668a339e752 |