summaryrefslogtreecommitdiff
path: root/decoder/ff_lm.cc
AgeCommit message (Expand)Author
2011-03-10remove dependency on SRILMChris Dyer
2010-08-11major refactor, break bad circular depsredpony
2010-08-07propagation of feature name+debug from factory, return correct features array...graehl
2010-08-02fake tdict names for non-ids, push viterbi cost to root in hg, store as featu...graehl@gmail.com
2010-07-31definegraehl
2010-07-28debugging print - still no idea on .05% difference scoring 3gram using phrasesgraehl
2010-07-28fsa lm phrase mystery remains, but bool fsa::simple_phrase_score indicates wh...graehl
2010-07-27set fsa features() properlygraehl
2010-07-27fsa feature templated Accum interface, phrase interface allows exceeding mark...graehl
2010-07-26comment cleanupgraehl
2010-07-26include contextBOW prob when shortening contextgraehl
2010-07-26shorten fsa lm state using contextIDgraehl
2010-07-26LanguageModelFsa works. TODO: sri context shortening?graehl
2010-07-23comment about unary (1 var) goal rule having no target terminals - seems to b...graehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-21tdict TD:: ss se unk and reserved(i)graehl
2010-07-20optional google dense_hash_map, srim vocab (TDICT) as static - may help valgr...graehl
2010-07-15oracle bleu refactorgraehl
2010-07-12DEBUG_PROMISE - looks okgraehl
2010-07-08feature functions support e.g. --usage=LanguageModel, report feature ids, war...graehl
2010-07-08actually use -n feature_name in LanguageModel. FF factory usage facility, FF...graehl
2010-07-07safe hg pruning without needing additional inside reachability pass (max marg...graehl
2010-07-07getgraehl
2010-07-06commentgraehl
2010-07-06finish ff_lm checkingraehl
2010-07-050 size 1gram lm worksgraehl
2010-07-050 bytes state for -o 1 (1gram)graehl
2010-07-05lm spec verify order>0 and filename givengraehl
2010-07-05reuse of same-filename Ngram objects (caveat: lifetime is up to you)graehl
2010-07-05TODO (mostly low priority) notesgraehl
2010-07-01docsgraehl
2010-06-22initial checkinredpony