summaryrefslogtreecommitdiff
path: root/decoder/ff.cc
AgeCommit message (Expand)Author
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-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-23strip debug param from feature spec; debug info on from_fsa Initgraehl
2010-07-23implicit first param to ffs: "debug". fsa final traversal set feature=0 firs...graehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-20whining comment about lack of safety in taking address of string[0]graehl
2010-07-09warn 0 fid if warn 0 wtgraehl
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-07-06commentgraehl
2010-07-06warningsgraehl
2010-07-05TODO (mostly low priority) notesgraehl
2010-06-22initial checkinredpony