Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

mightykatun/python-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Dictionary

Finds the definition of a given word.

Thanks to 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.

About

Finds the definition of a given word.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages