summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
AgeCommit message (Expand)Author
2010-08-15really fixed binarization. testgraehl@gmail.com
2010-08-13named_enum, itoa, cdec replace --a-b=x with --a_b=xgraehl
2010-08-11major refactor, break bad circular depsredpony
2010-08-11debug cfg from hg, source and target. cdec --source_cfg_output=-graehl
2010-08-11only print cfg oncegraehl
2010-08-10CFG binarize optsgraehl
2010-08-10cdec --cfg_output=-graehl@gmail.com
2010-08-07cdec -A "LanguageModelFsa lm.gz" worksgraehl@gmail.com
2010-08-07apply fsa models (so far only by bottom up) in cdecgraehl
2010-08-07usage for FSA featuresgraehl
2010-08-07dynamic fsa ff, factory for fsa and ff shares code, factory moved to ff_facto...graehl
2010-07-28debugging print - still no idea on .05% difference scoring 3gram using phrasesgraehl
2010-07-27sample fsa ffs compilegraehl
2010-07-27fsa feature templated Accum interface, phrase interface allows exceeding mark...graehl
2010-07-25more comprehensible (but untested) edge/node filtering, awesome per-edge debu...graehl
2010-07-25cleaned up kbest, new USE_INFO_EDGE 1 logs per edge, --show_derivation (needs...graehl
2010-07-23sparse_vector use google::dense_hash_map, fsa scan logginggraehl
2010-07-21Score::Clone() via CRTPgraehl
2010-07-21gzstreamgraehl
2010-07-20remove duplicate notifygraehl
2010-07-19shared_ptr for scores. todo: intrusive.graehl
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