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-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-29Fix a bunch of compiler warnings.Jeroen Vermeulen
2015-04-27Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich 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-23Fix unqualified call to rand_excl().Jeroen Vermeulen
2015-04-23Add cross-platform randomizer module.Jeroen Vermeulen
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-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
2015-04-21New constructor.Ulrich Germann
2015-04-21mmBitext now maintains a vector of document names.Ulrich Germann
2015-04-21Initial check-in.Ulrich Germann
2015-04-21Minor edits for better readability.Ulrich Germann
2015-04-21Additions for writing out alignments in yawat format (for kwipc).Ulrich Germann
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-05Bug fix.Ulrich Germann
2015-04-05Merge branch 'master' into mmt-devUlrich Germann
2015-04-05- Code refactoring for Bitext class.Ulrich Germann
2015-04-03Better logging during biased sampling in Mmsapt.Ulrich Germann
2015-04-03Minor bug fix in logging biased sampling for phrase lookup.Ulrich Germann
2015-04-031. A context string for biased sampling in Mmsapt can now be provided on theUlrich Germann
2015-04-02Replace use of tmpnam with boost::filesystem.Jeroen Vermeulen
2015-04-01Remove old obsolete probingPT testsXapaJIaMnu
2015-03-30Bug fix.Ulrich Germann
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-03-30Disabled temporarily. Needs to be adapted to API changes in Mmsapt.Ulrich Germann
2015-03-30Cleanup.Ulrich Germann
2015-03-30Included TargetPhraseCollectionCache.* in fakelib mmsapt.Ulrich Germann
2015-03-30Cleanup.Ulrich Germann
2015-03-30Initial check-in.Ulrich Germann
2015-03-29Use boost::filesystem for "rm -rf".Jeroen Vermeulen
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Cache for the N most recently used TargetPhraseCollections. Refactored out of...Ulrich Germann
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