Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 577 Bytes

Word Search Engine

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.

Feature

This project has the following features:

  • search for a word
  • show word with meaning
  • use a .txt file to read and save dictionary

To run

Any C compiler needs to be installed in order to run word search engine.

Dictionary Source: https://github.com/dipu-bd/english-dictionary