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.2.tar.gz
(964.4 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.2.tar.gz.
File metadata
- Download URL: uz_en_dictionary-0.0.2.tar.gz
- Upload date:
- Size: 964.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34fd8f120f2f8710bd413737e62340bfa122ed2529d2edc539b8d623e52d36bc
|
|
| MD5 |
c067c3f800c0078ec95575e9bf6b691d
|
|
| BLAKE2b-256 |
9ffe3a63cf70c619cabb50ae21abc505ddd86582e19c80ba397edfd5f80ebd6c
|
File details
Details for the file uz_en_dictionary-0.0.2-py3-none-any.whl.
File metadata
- Download URL: uz_en_dictionary-0.0.2-py3-none-any.whl
- Upload date:
- Size: 997.4 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 |
77ba7234b877d9a58d6a211509bf0662bea7a18f74e0749cb3682eaed02f17a0
|
|
| MD5 |
42393799accd99842a736eeff8c0816e
|
|
| BLAKE2b-256 |
3db61a23ef5714169cbebd6104b5c769040a036ee2cea43f9e15be14e7df0402
|