https://github.com/mightykatun/python-dictionary
Finds the definition of a given word.
https://github.com/mightykatun/python-dictionary
cli dictionary english-dictionary
Last synced: 2 months ago
JSON representation
Finds the definition of a given word.
- Host: GitHub
- URL: https://github.com/mightykatun/python-dictionary
- Owner: mightykatun
- License: mit
- Created: 2022-05-15T12:31:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T09:54:07.000Z (9 months ago)
- Last Synced: 2025-01-30T16:18:53.406Z (4 months ago)
- Topics: cli, dictionary, english-dictionary
- Language: Python
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Dictionary
Finds the definition of a given word.Thanks to https://github.com/sujithps for the base of the sourcedict.txt file.
(I just removed the empty lines and the "per letter indexing").The dictdumper.py transorms the sourcedict.txt in a python dictionary and saves it in
the form of a string in dict.txt.Then, dict.py loads dict.txt and finds the type (definition) based on an user key input (word).
If the word is not in the dictionary, it will propose similar words to your input.