Skip to content

A simple C program to query words for their meaning.

Notifications You must be signed in to change notification settings

amritoo/word-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple C program to query words for their meaning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages