Skip to content

Takes words from the user and checks if it is spelled correctly according to a wordlist containing the 10000 most used English words.

Notifications You must be signed in to change notification settings

benjimr/Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Takes words from the user and checks if it is spelled correctly according to a wordlist containing the 10000 most used English words.

This works by measuring the Levenshtein distance between the input word and the words in the word list and suggesting the closest word.

Word list obtained from here.

Some Examples

hello

runnin

qwertyuiop

Note: This project was also used a way to learn about matrices and vectors as well as some basic Java concepts.

About

Takes words from the user and checks if it is spelled correctly according to a wordlist containing the 10000 most used English words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages