Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 566 Bytes

English-Thesarus

Find the meaning of the word input by the user.

Description

The program accepts the input from the user . Outputs the meaning of the word. If the word doesn't exist , it returns The word doesn't exist. Please double check it. If wrong word is input it also suggest similar words . for eg: input rainn it would ask if the word is rain or not !

Getting Started

Dependencies

libraries used: json(to read data file that contains words and its meaning) and difflib(to suggest closest word)

Authors

Contributors : kshitij Roodkee