Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 477 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 477 Bytes

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