summaryrefslogtreecommitdiff
path: root/spellchecker/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Support continuously processing stdinPeter Wu1-1/+16
2015-04-01SpellChecker: FUBAREDPeter Wu1-31/+34
2015-04-01Rate multi n-grams higherPeter Wu1-4/+16
2015-04-01Set true for peachPeter Wu1-1/+1
2015-04-01Count unigramsPeter Wu1-0/+9
2015-04-01Initial attempt at rating sentencesPeter Wu1-6/+145
2015-04-01Do not include unchanged wordsPeter Wu1-1/+1
2015-04-01Remove unused calculateChannelModelProbabilityPeter Wu1-8/+0
2015-04-01Calculate noisy channel probabilityPeter Wu2-0/+29
2015-04-01Replace Set by Map for later extensionPeter Wu1-6/+9
2015-04-01Immediately return new listPeter Wu1-1/+1
2015-03-31Refactor getCandidateWords into separate methodsPeter Wu1-5/+23
2015-03-31Refactor to improve understandabilityPeter Wu1-19/+25
2015-03-31Refactor getCandidateWords for ConfusionMatrixPeter Wu2-18/+65
2015-03-31Implement Damerau-Levenshtein distance (add transposition)Peter Wu1-2/+18
2015-03-31Add simple getSmoothedCount implementationPeter Wu1-3/+7
2015-03-31Tests and implementation for getCandidateWordsPeter Wu1-5/+37
2015-03-30Reformat code (apply consistent coding style)Peter Wu4-132/+113
2015-03-30Initial checkin of assignment4-0.0Peter Wu4-0/+289