An open API service indexing awesome lists of open source software.

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

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.

![Python Local Dictionary](https://github.com/palden/interactive-english-dictionary/blob/master/Python%20local%20dictionary.jpg)