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 (Expand)Author
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-18Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-04-18Bug fix.Ulrich Germann
2015-04-18A single output factor in Mmsapt can now be specified externally. (Before: ha...Ulrich Germann
2015-04-17New helper classes: temp_dir & temp_file.Jeroen Vermeulen
2015-04-17Use cross-platform mmap() wrapper in CompactPT.Jeroen Vermeulen
2015-04-07Fix some clang++ warnings.Jeroen Vermeulen
2015-04-02Replace use of tmpnam with boost::filesystem.Jeroen Vermeulen
2015-04-01Remove old obsolete probingPT testsXapaJIaMnu
2015-03-29Use boost::filesystem for "rm -rf".Jeroen Vermeulen
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-25delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /KenHieu Hoang
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place t...Ulrich Germann
2015-03-16Made LRModel::ReorderingType an enumerated type.Ulrich Germann
2015-03-16Eliminated sources of some compiler warnings (unused variables; signed/usigne...Ulrich Germann
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask (...Ulrich Germann
2015-03-15Added document map (maps from sentences to document ids) to Bitext class.Ulrich Germann
2015-03-10Sampling now keeps track of counts for hierarchical lexicalized reordering.Ulrich Germann
2015-03-09Code cleanup.Ulrich Germann
2015-02-19beautifyHieu Hoang
2015-02-15Code cleanup and reorganization. A few classes have been renamed to shorter n...Ulrich Germann
2015-02-06Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-01-23Add missing chck for empty range while flushingMarcin Junczys-Dowmunt
2015-01-20Work-around for temporary translation option collection size during phrase ta...Marcin Junczys-Dowmunt
2015-01-19Fixed thread-safetyMarcin Junczys-Dowmunt
2015-01-19Thread-safety and constnessMarcin Junczys-Dowmunt
2015-01-19Added new VW feature and execption to Simple9Marcin Junczys-Dowmunt
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-14Fix a few warnings.Phil Williams
2015-01-10delete oov ptHieu Hoang
2015-01-08Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-07eliminate spurious copy / memory leakRico Sennrich
2015-01-07add oovptHieu Hoang
2015-01-07change signature of GetChartRuleCollection()Hieu Hoang
2015-01-07add oovptHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2015-01-04add oovptHieu Hoang
2014-12-23Fixed crash in probingPT when probability is precisely 0XapaJIaMnu
2014-12-16Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2014-12-16Fix incorrect hashing in ProbingPTNikolay Bogoychev
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-09beautifyNicola Bertoldi
2014-12-06Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang