summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
AgeCommit message (Expand)Author
2010-07-09optional max arity param for Arity_N features (no hardcoded max of N=9); FF::...graehl
2010-07-09-u Feature short for --usagegraehl
2010-07-08feature functions support e.g. --usage=LanguageModel, report feature ids, war...graehl
2010-07-08warning only on feat dotprod vs. viterbi prob mismatchgraehl
2010-07-08miscgraehl
2010-07-08--show_featuresgraehl
2010-07-07compute viterbi result once only per node (for best edge)graehl
2010-07-06cdec --[prelm_]density_prunegraehl
2010-07-05verbose feature info, cdec --keep_prelm_cube_ordergraehl
2010-07-05report features used in prelm pruninggraehl
2010-07-05report features excluded from prelm pruning because they have stategraehl
2010-07-05exhaustive --prelm_weightsgraehl
2010-07-02cdec --prelm_weights wf: rescore forest with 0-state features before prelm_be...graehl
2010-07-01endlgraehl
2010-07-01factor forest stats (show size post pruning, and portion kept) and cdec --sca...graehl
2010-06-30timer for just forest rescoringgraehl
2010-06-29add joshua visualization supportredpony
2010-06-25allow --beam_prune=0graehl
2010-06-24prune -LM forestgraehl
2010-06-22initial checkinredpony