This folder contains the following files:

1. 1gram_with_prob.txt : It contains the unigrams with their probablities in order of "Frequency Word Word_length Word_probability".

2. corpus.py : It is the  python script used to create the corpus as needed i.e. in the order mentioned as above.

3. hi_phonet.data : It contains the data for phonetic similarities.

4. hi-spell1-final2_revised_final_non-word_error_list : Test file of wrong words.

5. hi-spell2 : Test file containing the paragraphs.

6. ngrams.py : Python script for computing the ngrams.

7. output_hi-spell2_1gram.txt : Output of spellchecker on hi-spell2.txt.

8. output_wordlist_1gram.txt : Output of spellchecker on wordlist given.

9. output_wordlist_1gram_phonetic.txt : Output of spellchecker on phone_test.txt given using phonetic similarity.

10. phone_test : tets file for phonetic similarity

11. spell_checker.py : Python script implementing various functions.

12. aspell.txt : Test list created to compare with aspell

13. aspell_correct.txt : Comparisions between results of aspeel and spell_checker. Top 3 results (if the exist) has been reported
