summaryrefslogtreecommitdiff
path: root/decoder/ff_fsa.h
AgeCommit message (Expand)Author
2011-10-14remove FSA integration code. will have to be resurrected another dayChris Dyer
2010-08-07cdec -A "LanguageModelFsa lm.gz" worksgraehl@gmail.com
2010-08-07propagation of feature name+debug from factory, return correct features array...graehl
2010-08-07dynamic fsa ff, factory for fsa and ff shares code, factory moved to ff_facto...graehl
2010-08-02fake tdict names for non-ids, push viterbi cost to root in hg, store as featu...graehl@gmail.com
2010-07-31shorten_left commentgraehl
2010-07-28fsa lm phrase mystery remains, but bool fsa::simple_phrase_score indicates wh...graehl
2010-07-27set fsa features() properlygraehl
2010-07-27sample fsa ffs compilegraehl
2010-07-27fsa feature templated Accum interface, phrase interface allows exceeding mark...graehl
2010-07-26comment cleanupgraehl
2010-07-26LanguageModelFsa works. TODO: sri context shortening?graehl
2010-07-26stateful ff_from_fsa works - fixed bug that never moved right state from righ...graehl
2010-07-25USE_INFO_EDGE 0 includegraehl
2010-07-25being ensuring edge debug info is copied when apply_models - new hg.AddEdge m...graehl
2010-07-25more comprehensible (but untested) edge/node filtering, awesome per-edge debu...graehl
2010-07-25defer to subclass Scan1graehl
2010-07-24compilegraehl
2010-07-24FSA: simpler Scan1 ScanT1 methods, otherewise also expose edge to full Scangraehl
2010-07-23prettygraehl
2010-07-23implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...graehl
2010-07-23fixed (NULL-1 < 0) segfault for fsa stateful feature with empty eos stringgraehl
2010-07-23sparse_vector use google::dense_hash_map, fsa scan logginggraehl
2010-07-23fsa: stateless works, debug sample bigram {Longer,Shorter}ThanPrevgraehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-21disabled TD reserved stuff - debug init assertion latergraehl
2010-07-21tdict TD:: ss se unk and reserved(i)graehl
2010-07-21Score::Clone() via CRTPgraehl
2010-07-16oracle directionsgraehl
2010-07-15fsa model sketchgraehl