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
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-21mosesserver now supports nbest listsChristian Buck
2013-04-21fixed warningsChristian Buck
2013-04-20Merge branch 'master' of git://github.com/moses-smt/mosesdecoderChristian Buck
2013-04-19Fix markdownBarry Haddow
2013-04-19correct markdownBarry Haddow
2013-04-19Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2013-04-19Complete READMEBarry Haddow
2013-04-18Fixed blank lines when using -print-alignment-infoHieu Hoang
2013-04-18Create small binarised models for testingBarry Haddow
2013-04-18stub out READMEBarry Haddow
2013-04-18remove absolute path defaultBarry Haddow
2013-04-18Load all options. Use relative path.Barry Haddow
2013-04-17Attempt to reduce moses-support e-mailsKenneth Heafield
2013-04-15Update for change of python interfaceBarry Haddow
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-12added update example to mosesserverChristian Buck
2013-04-12No longer requiredBarry Haddow
2013-04-12Remove debug, update python interfaceBarry Haddow
2013-04-12Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2013-04-12Fix compile error in python wrapperBarry Haddow
2013-04-12Fix compilation of compact queryBarry Haddow
2013-04-12Fix compile errorBarry Haddow
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-09fixed ShowWeights() for confusion networks. This is a reason why we should ↵Hieu Hoang
get rid of ShortNames and move to refactored moses pdq
2013-04-09documentation: -phrase-word-alignment is on by default.Rico Sennrich
2013-04-09sigtest-filter: hierarchical mode now works with syntactic models (labels ↵Rico Sennrich
other than X)
2013-04-05extended display options for biconcorphikoehn
2013-04-04Hal moved. We follow.phikoehn
2013-04-03support --translation-details OUTFILE in moses-parallelOndrej Bojar
2013-04-03Correction to calc. of lambda-gradient when more than 2 ttablesBarry Haddow
2013-04-02add back -early-distortion-cost accidently deletedHieu Hoang
2013-04-01bug fixesphikoehn
2013-04-01Make failure to parse a boolean argument fatal instead of log + interpret as ↵Kenneth Heafield
false.
2013-03-31OS X returns EINVAL for write > 2^31Kenneth Heafield
2013-03-28Nicer error message for too many factor delimitersKenneth Heafield
2013-03-26eclipseHieu Hoang
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-26eclipseHieu Hoang
2013-03-24Merge pull request #33 from jpuigcerver/patch-1Hieu Hoang
Fixes compilation error using libboost_1_50
2013-03-24Fixes compilation error using libboost_1_50Joan Puigcerver
Problem spotted in https://github.com/moses-smt/mosesdecoder/issues/32 fixed. According to the Boost doc, nbestPath.parent_path().filename() returns a path object, to get the correspondent std::string representation, one must call one of the methods listed in: http://www.boost.org/doc/libs/1_53_0/libs/filesystem/doc/reference.html#path-native-format-observers native() is supposed to return the path in the specific OS path format (using backslashes for Windows). Anyway, since we are considering only the filename here, the result is the same.
2013-03-23compile error caused by different versions of boostHieu Hoang
2013-03-22Ensure directory exists for outputting hypergraphsLane Schwartz