Skip to content

Search Engine for a Dictionary written in Python. 🐍

License

Notifications You must be signed in to change notification settings

SandeepUrankar/DictionarySearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DictionarySearch πŸ“šπŸ”

Search Engine for a Dictionary written in Python. πŸ”ŽπŸ

Source for the dictionary.txt Gutenberg. ↙

  • The definitions for several 'keywords' are written into the dictionary.txt. 🧐
  • The program begins its execution by reading the dictionary.txt and extracting them into key and value a pair of the dict data structure. πŸ”„
  • The program asks for the input to be searched. πŸ‘ΌπŸΌ
  • The input's definition will be printed by accessing the value of the input from the said data structure. βœ…
  • If the definition for the input is not found it will show the appropriate error message. ❌
  • All the logs are entered into the logs.txt. πŸ”

Sample Output 🦚 -

Enter the query: Log
 LOG
 Log, v. i.
 1. To engage in the business of cutting or transporting logs for
 timber; to get out logs. [U.S.]
 2. To move to and fro; to rock. [Obs.]
Enter the query: misspeled
The entered query's "misspeled" definition not found.

Feedback 🧐 -

  • If you have any suggestions or improvements, create issues or a pull request. πŸŽ‰

About

Search Engine for a Dictionary written in Python. 🐍

Resources

License

Stars

Watchers

Forks

Languages