summaryrefslogtreecommitdiff
path: root/spellchecker/src/SpellCorrector.java
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Consider the probability of the whole sentencePeter Wu1-15/+40
2015-04-02SpellCorrector: look for differences in likelihoodPeter Wu1-0/+4
2015-04-02Calculate probability for unigramPeter Wu1-1/+1
2015-04-02Fix probability calculationsPeter Wu1-23/+37
2015-04-01SpellChecker: FUBAREDPeter Wu1-31/+34
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 Wu1-0/+18
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 Wu1-18/+52
2015-03-31Implement Damerau-Levenshtein distance (add transposition)Peter Wu1-2/+18
2015-03-31Tests and implementation for getCandidateWordsPeter Wu1-5/+37
2015-03-30Reformat code (apply consistent coding style)Peter Wu1-28/+27
2015-03-30Initial checkin of assignment4-0.0Peter Wu1-0/+47