How to Write a Spelling Corrector
norvig.com
How to Write a Spelling Corrector
1–5 of 5 posts
Re: How to Write a Spelling Corrector
#2Yup. And once you've got a sufficiently large tagged error corpus, spelling correction will be as simple as a lookup: almost all misspellings (in terms of frequency) will be present in the corpus, and you can drop the (rather simplistic) algorithmic part.
Re: How to Write a Spelling Corrector
#3Re: How to Write a Spelling Corrector
#4> We need a lot of data to do this well. Yup. And once you've got a sufficiently large tagged error corpus, spelling correction will be as simple as a lookup: almost all misspellings (in terms of frequency) will be present in the corpus, and you can drop the (rather simplistic) algorithmic part.
Re: How to Write a Spelling Corrector
#5> We need a lot of data to do this well. Yup. And once you've got a sufficiently large tagged error corpus, spelling correction will be as simple as a lookup: almost all misspellings (in terms of frequency) will be present in the corpus, and you can drop the (rather simplistic) algorithmic part.