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-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
2015-04-26boost unique lockHieu Hoang
2015-04-26Make sure things work when curl-based biasing is disabled.Ulrich Germann
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
2015-04-23cleanupMatthias Huck
2015-04-23Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMatthias Huck
2015-04-23Fix unqualified call to rand_excl().Jeroen Vermeulen
2015-04-23Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMatthias Huck
2015-04-23n-best list creation in phrase-based decoding: improved efficiency with spars...Matthias Huck
2015-04-23Add cross-platform randomizer module.Jeroen Vermeulen
2015-04-23SparseReordering: option to use pre-tuned feature weights internallyMatthias Huck
2015-04-22Don't work around missing popen() in MinGW.Jeroen Vermeulen
2015-04-22Support tokenize(const std::string &) as well.Jeroen Vermeulen
2015-04-22Unify tokenize() into util, and unit-test it.Jeroen Vermeulen
2015-04-21Recognize lexicalized reordering scores on TranslationOption instances provid...Ulrich Germann
2015-04-21Minor code reformatting.Ulrich Germann
2015-04-21Added member function GetTranslationTask().Ulrich Germann
2015-04-21Minor edits for code readability.Ulrich Germann
2015-04-21Work on integrating hierarchical lexicalized reordering models with sampled p...Ulrich Germann
2015-04-21Added entry for bitext-find.Ulrich Germann
2015-04-21Initial check-in: search utility for bi-concordancing.Ulrich Germann