summaryrefslogtreecommitdiff
path: root/decoder/decoder.cc
AgeCommit message (Expand)Author
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
2011-05-03weight setting bugChris Dyer
2011-04-30enable list of features to be displayed at the end of decodingChris Dyer
2011-04-27get rid of bad constructorChris Dyer
2011-04-23get rid of expensive copyChris Dyer
2011-03-29dynasearch neighborhood option instead of default partitionChris Dyer
2011-03-24various summary feature types, part 1Chris Dyer
2011-03-23yet another feature attemptChris Dyer
2011-03-22reweight after weight pushing to avoid weird outputChris Dyer
2011-03-22fix local normalizer code for summary featuresChris Dyer
2011-03-22check for infsChris Dyer
2011-03-21add support for normalized 'summary features'- seemingly sound way of dealing...Chris Dyer
2011-03-10remove dependency on SRILMChris Dyer