https://github.com/tngyo/interactive-english-dictionary
Dictionary that also checks for close match
https://github.com/tngyo/interactive-english-dictionary
Last synced: 3 months ago
JSON representation
Dictionary that also checks for close match
- Host: GitHub
- URL: https://github.com/tngyo/interactive-english-dictionary
- Owner: tngyo
- Created: 2020-01-31T16:38:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T02:26:45.000Z (over 5 years ago)
- Last Synced: 2024-11-19T14:58:24.840Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This Python 3 program asks for a word. Then checks in a local dictionary set and returns the definition of exact match, or close match upon acceptance.
### *This program can be used for quick command line dictionary lookup or suggest a close match for display.*
Four outcomes can be expected:
- Word found and definition displayed.
- There is a close match and prompts user to accept, if yes, then continues to display definition with message of match ratio percentage.
- If no or input is not recognized, then program terminates.
- Word or close match not found, program also terminates.