summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
AgeCommit message (Expand)Author
2012-10-22Merge remote branch 'upstream/master'Kenneth Heafield
2012-10-01Add memory size loggingKenneth Heafield
2012-09-24add timing stats for KennethChris Dyer
2011-07-08add cp time measure (def macro)andrea gesmundo
2011-04-30enable list of features to be displayed at the end of decodingChris Dyer
2011-02-13phrasinator v1Chris Dyer
2010-09-19ff registerredpony
2010-09-19big refactorredpony
2010-09-18start refactoring of decoderredpony
2010-08-25crp with explicit table trackingredpony
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-18show_weights show_configgraehl
2010-08-17vest generate / map vector print / read compatabilitygraehl
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