Skip to content

DanielTakac/Spellchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spellchecker

This is a simple C# console application that checks if a given word is in the English dictionary. If the word is not found, the program will suggest a few similar words with their Hamming distance.

How it works

The program takes a word as input and removes any non-alphabetic characters and converts it to lowercase. It then checks if the word is in the English dictionary. If the word is not found, the program suggests a few similar words based on their Hamming distance. The Hamming distance is the number of positions at which two strings differ, and is used to measure the similarity between words.


img1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages