summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Wu16-0/+566662
2015-03-30Initial commit (gitignore, gitattributes)Peter Wu2-0/+7