summaryrefslogtreecommitdiff
path: root/spellchecker/test
AgeCommit message (Collapse)AuthorFilesLines
2015-04-01Do not include unchanged wordsPeter Wu1-0/+5
2015-04-01Replace Set by Map for later extensionPeter Wu1-2/+4
2015-03-31Refactor getCandidateWords for ConfusionMatrixPeter Wu1-0/+5
2015-03-31Implement Damerau-Levenshtein distance (add transposition)Peter Wu1-0/+5
Suggested around 6:16 of the Coursera lecture on "The Noisy Channel Model of Spelling". https://class.coursera.org/nlp/lecture/22
2015-03-31Tests and implementation for getCandidateWordsPeter Wu1-0/+118
SpellCorrector.ALPHABET is made static to allow for the test.