summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Collapse)Author
2012-10-14Fix segfault, accurate decodingKenneth Heafield
2012-10-14Update to faster but less cute searchKenneth Heafield
2012-10-11Skip rest of decoder when using incrementalKenneth Heafield
2012-10-01Add memory size loggingKenneth Heafield
2012-09-14Skip top node, just integrate <s> and </s> with the top edges.Kenneth Heafield
2012-09-13Steal cubepruning_pop_limit command line argumentKenneth Heafield
2012-09-13Fix word penaltyKenneth Heafield
2012-09-13Allow lm file name, print weightsKenneth Heafield
2012-09-13It compiles.Kenneth Heafield
2012-09-12Partially written bridge to lazyKenneth Heafield
2012-08-16Update build system, add missing cc filesKenneth Heafield
2012-08-13maybe fix?Chris Dyer
2012-08-13comment out one testChris Dyer
2012-08-12redefine HGChris Dyer
2012-08-12use new union apiChris Dyer
2012-08-12nasty unit test failureChris Dyer
2012-08-09fixes for new word apiChris Dyer
2012-08-08random sampling trees fixChris Dyer
2012-08-07sample trees from hypergraphsChris Dyer
2012-07-29fix grammar converter to remove edges that cannot exist in any valid derivationChris Dyer
2012-07-28slight improvement to the way NTs are handled in the FST-CFG composition ↵Chris Dyer
algorithm, new rescoring mode
2012-07-20fixChris Dyer
2012-07-20enable programmatic setting of grammar objects, cleanup of grammar handlingChris Dyer
2012-07-02(1) allow prefixes and separators used in feature instantiations to be ↵Waleed Ammar
configured. (2) minor refactoring.
2012-06-23clean up tagger a bitChris Dyer
2012-06-18extract_rules cdec paramPatrick Simianer
2012-06-16enable regex-based feature templatesWaleed Ammar
2012-06-04Make decoder REALLY quiet when SILENT=1Victor Chahuneau
2012-05-27clean upChris Dyer
2012-05-26And actually allow ff_klm.cc to load RestProbingModelKenneth Heafield
2012-05-25fix bjam buildChris Dyer
2012-05-23forgotten fileChris Dyer
2012-05-23more bjam stuff, more cleanupChris Dyer
2012-05-20Rename decoder library, assimilate mira directoryKenneth Heafield
2012-05-16bjam cleanupChris Dyer
2012-05-12Build fixes: correct config error, fix paths for testsKenneth Heafield
2012-05-11Fix relative paths in tests.Kenneth Heafield
2012-05-11Add just enough jam to compile the decoder.Kenneth Heafield
2012-05-11Pedantic rename to .ll for C++ lex filesKenneth Heafield
2012-05-08Output separate files for target hypergraphs.Kenneth Heafield
2012-05-02remove dependency on gtest, remove all-staticChris Dyer
2012-04-29reverted changes in upstreamPatrick Simianer
2012-04-07Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-04-03bayes lattice scoringChris Dyer
2012-04-02fix bug in lattices with OOVsChris Dyer
2012-03-24rename aligner, add support for distinguishing translation / transliterationChris Dyer
2012-03-20make c++11 compatibleChris Dyer
2012-03-13merge with upstreamPatrick Simianer
2012-03-10frequency-based binningChris Dyer
2012-03-08simple context feature for taggerChris Dyer