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-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-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-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMichael Denkowski
2015-04-03Consistent line ending behavior for alignment printing optionsMichael Denkowski
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-03Make an include path explicit.Jeroen Vermeulen
2015-04-02Replace use of tmpnam with boost::filesystem.Jeroen Vermeulen
2015-04-01Remove old obsolete probingPT testsXapaJIaMnu
2015-03-31delete External FF. FF framework changes too fast to be able to keep this up-...Hieu Hoang
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-30Bug fixes.Ulrich Germann
2015-03-30Added member for storing annotations by feature functions.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-28Thread-safe classes for storing context-specific information.Ulrich Germann
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-27Making GetSource() in Manager and Basemanager virtual breaks one regression t...Ulrich Germann
2015-03-27Harmonized spelling of CleanUpAfterSentenceProcessing(...).Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-03-26Managers have now access to the entire translation task.Ulrich Germann
2015-03-26More bjam fiddling.Ulrich Germann
2015-03-25delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /KenHieu Hoang
2015-03-211. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to...Ulrich Germann
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-03-21Renamed MosesServer::TranslationTask to MosesServer::TranslationRequest and m...Ulrich Germann
2015-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place t...Ulrich Germann
2015-03-21Renamed moses/server/TranslationTask.* to moses/server/TranslationRequest.* t...Ulrich Germann
2015-03-21Library path for xmlrpc-c given via --with-xmlprc-c was not included in the c...Ulrich Germann
2015-03-20Bjam is the most awful build system in the world.Ulrich Germann
2015-03-20Added pragma to tell me if Moses is built with server functionality at compil...Ulrich Germann
2015-03-20Changed order of #includes because of compiler warnings.Ulrich Germann
2015-03-19More fiddling with bjam.Ulrich Germann