Simple Uzbek-English Dictionary
Project description
UZ-EN Dictionary
UZ-EN Dictionary is a Python library for translate words (uz-en; en-uz).
Installation
Use the package manager pip to install uz_en_dictionary.
pip install uz-en-dictionary
Usage
from uz_en_dictionary import Translator
d = Translator(from_lang='en', to='uz') # EN-UZ
print(d.translate("believe"))
# vt, vi 1) ishonmoq; 2) imon keltirmoq; 3) o`ylamoq
from uz_en_dictionary import Translator
d = Translator(from_lang='uz', to='en') # UZ-EN
print(d.translate("maqsad"))
# (Arabic) intent, purpose, aim. ~ida for the purpose of, in order to.
from uz_en_dictionary import Dictionary
d = Dictionary(lang='en')
print(d.search("gramm")) # Search mode
# {'grammar': ' n [U] grammatika', 'grammatical': ' adj. grammatikaga oid','gramme': ' n [C] misqol, gram'}
from uz_en_dictionary import Dictionary
d = Dictionary(lang='uz')
print(d.getwords_by_letter("q")) # Get words from letter
# <Words (q)>
Author
Firdavs Matyoqubov (11.20.2021)
License
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
uz_en_dictionary-0.0.4.tar.gz
(964.5 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
File details
Details for the file uz_en_dictionary-0.0.4.tar.gz.
File metadata
- Download URL: uz_en_dictionary-0.0.4.tar.gz
- Upload date:
- Size: 964.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2512337e610b47af4c69b5a418598bb438056bb51befc5b4739be7fb22eeb8f6
|
|
| MD5 |
7719bedc9fb4ff68bbef6dbf287fee21
|
|
| BLAKE2b-256 |
387ce1e925343e09002b9f34bee5c485c72c3ab6df3f1d955ed2f86dbf2a1408
|
File details
Details for the file uz_en_dictionary-0.0.4-py3-none-any.whl.
File metadata
- Download URL: uz_en_dictionary-0.0.4-py3-none-any.whl
- Upload date:
- Size: 997.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e42f3ff17c3ae14c8bc0bbb9091ee145fba7f735f76144f9281712f678cc4b44
|
|
| MD5 |
ab1a4ccec6eed6838f53263564febfca
|
|
| BLAKE2b-256 |
c4febece7a7a42bfac06285757171bc76b0ed3b39992d20652dbaf45dd2482e0
|