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.3.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.3.tar.gz.
File metadata
- Download URL: uz_en_dictionary-0.0.3.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 |
b63dec576c05afdb8b4a332d1b72c3c16999d3939d2eda533d88404c2d5fec10
|
|
| MD5 |
cd1e51e5308135124a40dd37c5f4740d
|
|
| BLAKE2b-256 |
052337c1079b34cc4676a6a2a8aa686df8c6587e95b6e8d5228236a5d2bf7862
|
File details
Details for the file uz_en_dictionary-0.0.3-py3-none-any.whl.
File metadata
- Download URL: uz_en_dictionary-0.0.3-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 |
dcd7f1116b29034fa814a2c862a8fc3c242cd68d8134546a29af35a8bf50fe67
|
|
| MD5 |
090ba21689f0811151ab68965e1f674c
|
|
| BLAKE2b-256 |
ad0f0294d1a4e50d80c30343b98910963ae65cdf1bd3e23438e7454a0da5ee31
|