Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 484 Bytes

SPELLING CORRECTION

Corpus Used: Writings of secondary-school children, collected by David Holbrook

Language Models Implemented:

  1. Uniform Language Model
  2. Laplace Unigram Language Model
  3. Laplace Bigram Language Model
  4. Stupid Back-off Model
  5. 3-gram Language Model

Main Class: SpellCorrect.java

P.S. If you have never worked on spelling correction before, I would recommend you visit http://norvig.com/spell-correct.html