summaryrefslogtreecommitdiff
path: root/decoder/ff_klm.cc
AgeCommit message (Expand)Author
2015-03-03migration to cmakeChris Dyer
2013-11-25remove dead code, add adagrad crf learnerChris Dyer
2013-04-22support emission probabilities in class-based LMsChris Dyer
2012-10-16clean up of bad header includesChris Dyer
2012-06-04Make decoder REALLY quiet when SILENT=1Victor Chahuneau
2012-05-26And actually allow ff_klm.cc to load RestProbingModelKenneth Heafield
2011-10-24KenLM update. EnumerateVocab moved up a namespace. Fix trie building when b...Kenneth Heafield
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-09-24Chris says remnant and oovs should not be null, so stop checking. Also, we w...Kenneth Heafield
2011-09-23Go through ff_klm and try to fix it for the new version.Kenneth Heafield
2011-09-23stub work to talk to new kenlmGuest_account Guest_account prguest11
2011-08-18KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b...Kenneth Heafield
2011-06-26QuantizationKenneth Heafield
2011-06-03Code cleanup for vocabulary mappingKenneth Heafield
2011-06-03Add exception catcher around constructorKenneth Heafield
2011-05-26fix bug preventing oovs from firing when they're near the beginning of a wordChris Dyer
2011-05-20kenlm update including being nicer to NFSKenneth Heafield
2011-04-23make sure state is initialized properlyChris Dyer
2011-03-16explicit markers turned on by defaultChris Dyer
2011-03-08fix class-based lmChris Dyer
2011-03-08support for class based LMs (without emission probs)Chris Dyer
2011-03-08support multiple LMs with different feature namesChris Dyer
2011-03-06oov featureChris Dyer
2011-03-02final version of SOS EOS handling, i thinkChris Dyer
2011-03-02better sentence marker handling, part 2Chris Dyer
2011-03-02better handling of SOS/EOS markers, part 1Chris Dyer
2011-03-01handle start-of-sentence correctlyChris Dyer
2011-03-01remove loggingChris Dyer
2011-03-01support explicit sentence boundary markers with cdecChris Dyer
2010-12-23support different types in kenlmChris Dyer
2010-12-13integration complete with KenLM, not fully testedChris Dyer
2010-11-11klm stubredpony