Skip to content

Implimentation of the minimum edit distance algorithm for a simple spell checker.

Notifications You must be signed in to change notification settings

JesseRussell411/SpellCheck

Repository files navigation

SpellCheck

Spell checking program written in java. This was for csci232 (data structures and algorithms) at Montana State University. The heart of this program is the minimum edit distance algorithm, which is used to find suitable replacements for misspelled words.

How to compile: javac SpellCheck.java

How to run: java SpellCheck [text file containing correctly spelled words] [text file containing words to check].]

----for example: java SpellCheck words.txt mydoc.txt

About

Implimentation of the minimum edit distance algorithm for a simple spell checker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages