summaryrefslogtreecommitdiff
path: root/spellchecker
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 Wu2-36/+45
2015-04-02Support continuously processing stdinPeter Wu2-1/+20
2015-04-01Use Kerninghans confusion matrixPeter Wu1-1573/+1261
2015-04-01SpellChecker: FUBAREDPeter Wu1-31/+34
2015-04-01Netbeans: enable assertions on runPeter Wu1-1/+1
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 Wu2-1/+6
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 Wu2-8/+13
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 Wu3-18/+70
2015-03-31Implement Damerau-Levenshtein distance (add transposition)Peter Wu2-2/+23
2015-03-31Add simple getSmoothedCount implementationPeter Wu1-3/+7
2015-03-31Tests and implementation for getCandidateWordsPeter Wu2-5/+155
2015-03-30Reformat code (apply consistent coding style)Peter Wu4-132/+113
2015-03-30Initial checkin of assignment4-0.0Peter Wu15-0/+566662