summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
AgeCommit message (Expand)Author
2010-07-18boost cmd line notify(conf) was missinggraehl
2010-07-16oracle refactor, oracle vest directions, sparse_vectorgraehl
2010-07-16oracle is_nullgraehl
2010-07-16oracle directionsgraehl
2010-07-15move kbest to oracle_bleugraehl
2010-07-15oracle bleu refactorgraehl
2010-07-15cdec parameter name changevladimir.eidelman
2010-07-14Added oracle forest rescoringvladimir.eidelman
2010-07-13cdec now supports coarse-to-fine decoding (for SCFG only).adam.d.lopez
2010-07-12inebriated, but sped up inside/outside pruning and made cube poplimit scale w...graehl
2010-07-09cdec --compgen bash completions generationgraehl
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