summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-29ngram base distChris Dyer
2011-12-29lexical alignment samplersChris Dyer
2011-12-20Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-12-20new doc scorerChris Dyer
2011-12-20new headersChris Dyer
2011-12-20migrate fast_score to the new APIChris Dyer
2011-12-20new scorer interface is implemented, but not usedChris Dyer
2011-12-14random incomplete metric stuff, including string subsequence kernel implChris Dyer
2011-11-21umiacs config infoChris Dyer
2011-11-21make it possible to build with an earlier version of boostChris Dyer
2011-11-21fix bug in configurationChris Dyer
2011-11-11optionally sample from forest to get training instances, rather than k-best itChris Dyer
2011-11-11new improved distributed operation for PRO, MERTChris Dyer
2011-11-10better defaults for proChris Dyer
2011-11-07Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-11-07updates to pro to support regularization to previous weight vectors, regualar...Chris Dyer
2011-11-03Mostly minor changes like a missing header guard and bad documentationKenneth Heafield
2011-11-03Oops introduced some of Hieu's windows stuffKenneth Heafield
2011-11-03Bugfix trie buildingKenneth Heafield
2011-11-03Merge branch 'master' of github.com:redpony/cdecKenneth Heafield
2011-10-31lbfgs + time-series minibatch optimizationChris Dyer
2011-10-25Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-10-24noun-segmenting weights for german word segmenterChris Dyer
2011-10-24KenLM update. EnumerateVocab moved up a namespace. Fix trie building when b...Kenneth Heafield
2011-10-21more particle filter stuffGuest_account Guest_account prguest11
2011-10-20crazy bugs in parallelizeGuest_account Guest_account prguest11
2011-10-20bidir model1 base measureChris Dyer
2011-10-20fix to prevent stale weightsChris Dyer
2011-10-18incorporate kenneth's fixesChris Dyer
2011-10-18Revised <s> and </s> handlingKenneth Heafield
2011-10-17Chris, I'd like you to review this for use with your rules that contain <s> a...Kenneth Heafield
2011-10-14le optimizerChris Dyer
2011-10-14one more to removeChris Dyer
2011-10-14remove FSA integration code. will have to be resurrected another dayChris Dyer
2011-10-12model lenght properly, clean upChris Dyer
2011-10-11util/murmur_hash.ccKenneth Heafield
2011-10-11Trie fixes for SRIKenneth Heafield
2011-10-11remove implicit conversion-to-double operator from LogVal<T> that caused over...Guest_account Guest_account prguest11
2011-10-11missing numwords implChris Dyer
2011-10-11check in some experimental particle filtering code, some gitignore fixesChris Dyer
2011-10-11check in some experimental particle filtering code, some gitignore fixesChris Dyer
2011-09-28fixGuest_account Guest_account prguest11
2011-09-28test fixesChris Dyer
2011-09-28upgrade gtest m4 configChris Dyer
2011-09-28Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-09-28fix broken compile on weights testChris Dyer
2011-09-26Fix trie pointer segfaultKenneth Heafield
2011-09-25Fix trie sort mergingKenneth Heafield
2011-09-24Chris says remnant and oovs should not be null, so stop checking. Also, we w...Kenneth Heafield
2011-09-24Belated documentationKenneth Heafield