Skip to main content

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


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)

Uploaded Source

Built Distribution

uzbek_language-0.1.0-py3-none-any.whl (245.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page