Bucknell University
Fall 2020
Jonathan Basom
Sebastian Ascoli
Khoi Lam
Lawrence Li
- Run the GUI.py file.
- Enter text that you wish to spellcheck in the left text box
- Select one of our word check algorithms:
- Appearance - out of the list of possible words that are returned, this word appears the most in the list
- Longest Common Subsequence - out of the list of possible words that are returned, this word shares the longest common subsequence with the word to be corrected
- Frequency - out of the list of possible words that are returned, this is the most frequent word in the English language according to Google's Trillion Word Corpus
- After choosing an algorithm, click the "Check Spelling" button
- The suggested corrections will be output in the right text box on the screen
- Run the autocorrect.py file
- Input some words
- Press enter to see the corrected results
- Run the autocorrectFile.py file
- Input your favorite txt document and let it autocorrect all the words for you!