summaryrefslogtreecommitdiff
path: root/decoder/decoder.cc
AgeCommit message (Expand)Author
2014-10-15Add --show_derivations_mask to control what to print when --show_derivationsWu, Ke
2014-08-02finallyPatrick Simianer
2014-08-02fixPatrick Simianer
2014-07-29make PassThrough1..N optionalPatrick Simianer
2014-05-17stub for t2t translatorChris Dyer
2014-04-25check for non-rescorable hypergraphsChris Dyer
2014-04-07track node state for smarter unionChris Dyer
2014-03-30almost complete tree to string translatorChris Dyer
2014-02-23Merge branch 'master' of github.com:redpony/cdecChris Dyer
2014-02-23fix rule emission behaviorChris Dyer
2014-02-20Allow NGramFeatures to be named in order to avoid conflicts when using more t...armatthews
2014-01-20update date, copyrightChris Dyer
2013-12-19show alignment spaceChris Dyer
2013-11-25remove dead code, add adagrad crf learnerChris Dyer
2013-11-10fix for c++11Chris Dyer
2013-11-10guard against direct includes of tr1Chris Dyer
2012-11-14Short-circuit search when generating hypergraphs.Kenneth Heafield
2012-10-22Remove global variable, have decoder hold a pointerKenneth Heafield
2012-10-22Update search, make it compileKenneth Heafield
2012-10-22Merge remote branch 'upstream/master'Kenneth Heafield
2012-10-16clean up of bad header includesChris Dyer
2012-10-15get rid of nested class that was causing header polutionChris Dyer
2012-10-11Skip rest of decoder when using incrementalKenneth Heafield
2012-09-13Steal cubepruning_pop_limit command line argumentKenneth Heafield
2012-09-13Allow lm file name, print weightsKenneth Heafield
2012-09-13It compiles.Kenneth Heafield
2012-08-12use new union apiChris Dyer
2012-07-28slight improvement to the way NTs are handled in the FST-CFG composition algo...Chris Dyer
2012-07-20enable programmatic setting of grammar objects, cleanup of grammar handlingChris Dyer
2012-06-18extract_rules cdec paramPatrick Simianer
2012-06-04Make decoder REALLY quiet when SILENT=1Victor Chahuneau
2012-05-16bjam cleanupChris Dyer
2012-05-08Output separate files for target hypergraphs.Kenneth Heafield
2012-04-07Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-03-20make c++11 compatibleChris Dyer
2012-03-13merge with upstreamPatrick Simianer
2012-02-29Dump the forest before the language model rescoringKenneth Heafield
2012-02-12Target-side only output formatKenneth Heafield
2011-10-19merge upstream/masterPatrick Simianer
2011-10-11remove implicit conversion-to-double operator from LogVal<T> that caused over...Guest_account Guest_account prguest11
2011-09-23big update: working iterating, pretty output, test scripts and morePatrick Simianer
2011-09-23added dtrain, implemented psg setting in decoder/translator, implemented psme...Patrick Simianer
2011-09-23make show_partition work even in absence of feature functionsGuest_account Guest_account prguest11
2011-09-13fix for crash with no rescoringChris Dyer
2011-09-13get rid of bad Weights class so it no longer keeps a copy of a vector inside itChris Dyer
2011-09-13optional support for doing perfect hashing of feature strings to save lots of...Chris Dyer
2011-07-08add cp time measure (def macro)andrea gesmundo
2011-07-08add Fast Cube Pruningandrea gesmundo
2011-07-07support for extracting k-best derivation treesChris Dyer
2011-05-03mira finished, clean upChris Dyer