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 (Expand)Author
2015-05-27Option bundling.Ulrich Germann
2015-05-24Bug fix.Ulrich Germann
2015-05-24Removed dependency on libcurlpp, as it was difficult to link that staticly.Ulrich Germann
2015-05-22Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-05-22Bug fix.Ulrich Germann
2015-05-21Bug fix related to context-sensitive decoding: --context-string had no effect...Ulrich Germann
2015-05-21Added missing #include in OxLM.cpp.Ulrich Germann
2015-05-20Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2015-05-20Revert "Use all cores by default"Kenneth Heafield
2015-05-20Replace M_LN10 altogether. Not entirely standard.Jeroen Vermeulen
2015-05-20Add missing include: <cmath> for M_LN10.Jeroen Vermeulen
2015-05-19Use all cores by defaultKenneth Heafield
2015-05-19Test for WordsBitmap, remove unused code, avoid copy.Barry Haddow
2015-05-19Preparation for allowing context-aware decoding.Ulrich Germann
2015-05-15beautify.Hieu Hoang
2015-05-15Bug fix.Ulrich Germann
2015-05-15quick fix for out-of-bound alignment pointsMarcin Junczys-Dowmunt
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-13Remove trailing whitespace from C++ files.Jeroen Vermeulen
2015-05-12Fix typo in mmap call.Jeroen Vermeulen
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-05-12Reformatting.Ulrich Germann
2015-05-11Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-05-11Added context buffering in IOWrapper for context-sensitive decoding.Ulrich Germann
2015-05-11Tweaks to logging for biased sampling.Ulrich Germann
2015-05-11Logging of latency of bias lookup via server.Ulrich Germann
2015-05-11Additional check for document map if document bias is requested.Ulrich Germann
2015-05-10beautifyHieu Hoang
2015-05-04bug fixNicola Bertoldi
2015-05-04merge remote into localNicola Bertoldi
2015-05-04made ProbingPT constructor compliant with PhraseDictionary signatureNicola Bertoldi
2015-05-04made use of boost::shared_mutex dependent from WITH_THREADSNicola Bertoldi
2015-05-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-05-03Bug fix wrt. lexical reordering of OOV words in combination with Mmsapt.Ulrich Germann
2015-05-03some astyle version don't like prefixed commasHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30sentence-bleu-nbestMatthias Huck
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-04-29Uninitialized variable.Ulrich Germann
2015-04-29Bug fix.Ulrich Germann
2015-04-29No try { ... } catch { ... } in debug mode.Ulrich Germann
2015-04-29Fix a bunch of compiler warnings.Jeroen Vermeulen
2015-04-27add extra parser argument to ChartCellCollection to support FF::EvaluateGiven...Hieu Hoang
2015-04-27Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-04-27Code reorganization.Ulrich Germann
2015-04-27Unused variable.Ulrich Germann
2015-04-26Code design debizarrification: Indexes of feature functions into the dense ve...Ulrich Germann
2015-04-26Unused variable.Ulrich Germann