summaryrefslogtreecommitdiff
path: root/decoder/ff.h
AgeCommit message (Expand)Author
2010-08-19ValueArray instead of string for state is 10% fastergraehl
2010-08-18ValueArray instead of string for state - same LM decode scoresgraehl
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-07-27fsa feature templated Accum interface, phrase interface allows exceeding mark...graehl
2010-07-26comment cleanupgraehl
2010-07-25fixed CreateViterbiHypergraph (old impl did not work), so --show_derivation w...graehl
2010-07-24FSA: simpler Scan1 ScanT1 methods, otherewise also expose edge to full Scangraehl
2010-07-23comment about unary (1 var) goal rule having no target terminals - seems to b...graehl
2010-07-23implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...graehl
2010-07-23sparse_vector use google::dense_hash_map, fsa scan logginggraehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-21disabled TD reserved stuff - debug init assertion latergraehl
2010-07-09optional max arity param for Arity_N features (no hardcoded max of N=9); FF::...graehl
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-06-22initial checkinredpony