summaryrefslogtreecommitdiff
path: root/spellchecker/src/CorpusReader.java
AgeCommit message (Collapse)AuthorFilesLines
2015-04-04Debugging tweaks, be less verbose unless requestedPeter Wu1-0/+2
2015-04-03Fix ngram PREFIX condition, improve ngram prob debugPeter Wu1-3/+6
2015-04-02Implement generic ngram counting and probability calculationPeter Wu1-5/+39
TODO improve smoothing.
2015-04-02bigram smooth tweakPeter Wu1-1/+2
2015-04-02Fix probability calculationsPeter Wu1-13/+8
Replace monkey patching by an actual implementation that correctly combines channel probability (language model), prior and interpolation.
2015-04-01Rate multi n-grams higherPeter Wu1-4/+16
2015-04-01Count unigramsPeter Wu1-0/+9
2015-03-31Add simple getSmoothedCount implementationPeter Wu1-3/+7
2015-03-30Reformat code (apply consistent coding style)Peter Wu1-52/+41
2015-03-30Initial checkin of assignment4-0.0Peter Wu1-0/+125
Extracted from assignment4-0.0.zip (without build/ dirs). The CRLF in test-sentences.txt was replaced by LFs. https://www.win.tue.nl/~wstahw/edu/2ID90/assignments/4/assignment4-0.0.zip size 5189037 sha1 5e0a58acffbcac6e5f13837c98c2c0bb936304b5