This is a simple command line project. It searches for the given word and if found shows it (with meaning), else it shows some suggestions found using levenshtein-distance(edit-distance) algorithm.
This project was made for my level 1, semester 2 lab exam.
This project has the following features:
- search for a word
- show word with meaning
- use a .txt file to read and save dictionary
Any C compiler needs to be installed in order to run word search engine.
Dictionary Source: https://github.com/dipu-bd/english-dictionary