Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses
AgeCommit message (Collapse)Author
2013-04-23Error messagesKenneth Heafield
2013-04-22online combination of multiple phrase tablesRico Sennrich
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm - linear interpolation or instance weighting - two possible component model types supported so far: 0 (in-memory) or 12 (compact) - weights can be set in config, and overriden on a sentence-level through mosesserver API - online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-20Merge branch 'master' of git://github.com/moses-smt/mosesdecoderChristian Buck
2013-04-19Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2013-04-18Fixed blank lines when using -print-alignment-infoHieu Hoang
2013-04-12Merge branch 'master' of git://github.com/moses-smt/mosesdecoderChristian Buck
2013-04-12integrated xml passthrough handling (by Nicola Bertoldi)Christian Buck
2013-04-12typoChristian Buck
2013-04-12Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2013-04-10add score breakdown to target phrase debugging outputHieu Hoang
2013-04-10Binary phrase table does string ops, at least make them fastKenneth Heafield
2013-04-02add back -early-distortion-cost accidently deletedHieu Hoang
2013-04-01Make failure to parse a boolean argument fatal instead of log + interpret as ↵Kenneth Heafield
false.
2013-03-28Nicer error message for too many factor delimitersKenneth Heafield
2013-03-26get rid of locking altogether. PDTimp already has separated source & target ↵Hieu Hoang
vocab variable. Use those instead
2013-03-26no leak message due to static variable in binary phrase table. Doesn't ↵Hieu Hoang
actually solve the mem leak though
2013-03-26move RedVoc() as method in PDTimp class. Ready for getting rid of static ↵Hieu Hoang
variable
2013-03-21Work on decreasing memory requirement for outputting hypergraphLane Schwartz
2013-03-20--max-factors=1 and Sparse features segfault -> different check suggested by ↵Kenneth Heafield
Philipp
2013-03-19added operator< to SearchGraphNode - compares IdsChristian Buck
2013-03-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-03-16fix single-threadedHieu Hoang
2013-03-15memory leakHieu Hoang
2013-03-15memory leakHieu Hoang
2013-03-13add -print-alignment-infoHieu Hoang
2013-03-08Take hypothesis recombination into accountLane Schwartz
when outputting phrase-based lattice as hypergraph
2013-03-08Subtract prior scores when outputting phrase-based hypergraph arcs.Lane Schwartz
2013-03-05Fixed bug in outputing search lattice as hypergraphLane Schwartz
2013-03-04Try to ensure that lattice nodes are output in topological orderLane Schwartz
2013-03-01remove debugBarry Haddow
2013-03-01Interpolated phrase featureBarry Haddow
2013-02-23Output feature weights to a separate file when producing hypergraphLane Schwartz
2013-02-23Deleted stale commented codeLane Schwartz
2013-02-23More work on outputting search graph as hypergraphLane Schwartz
2013-02-23Add flag to output search graph in Kenneth's hypergraph format.Lane Schwartz
2013-02-23More work on outputting HTK lattice formatLane Schwartz
2013-02-23More work on outputting HTK SLF.Lane Schwartz
Now, each arc emits exactly one word.
2013-02-23Work to allow output search graph in HTK standard lattice formatLane Schwartz
2013-02-20Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-02-20add word alignment for OOV too. Exist for pb but not hiero modelHieu Hoang
2013-02-20Added missing function call to for sort order checkmarcinj
2013-02-14Update incremental search, cuts runtime by a thirdKenneth Heafield
2013-02-14Fixed missing last source phrase and added workaround for single key cmph ↵marcinj
hash functions
2013-02-13distinct nbest works the old wayHieu Hoang
2013-02-13distinct nbest works the old wayHieu Hoang
2013-02-11-print-id for christian buck and phiHieu Hoang
2013-01-23Added option to specify directory or prefix for temporary files created ↵Marcin Junczys-Dowmunt
during phrase table compacting
2013-01-18compile error when single threadingHieu Hoang
2013-01-03delete check and exit of Suffix Array phrase table implementation ↵hieu
erroneously checked in
2012-12-21Testing of phrase length featureBarry Haddow