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-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
2015-03-19Fixed Jamfiles.Ulrich Germann
2015-03-19Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-03-18relational dependency language modelRico Sennrich
2015-03-18on-the-fly unbinarization of internal tree structure (for translation models ...Rico Sennrich
2015-03-18Addresses issues with compiling server capabilities into the Moses main execu...Ulrich Germann
2015-03-18Fixes (?) numerous bugs discovered when the code was actually compiled (an er...Ulrich Germann
2015-03-17Changes to RUleScope from private branch. More codelite projectsHieu Hoang
2015-03-17option to change the estimated score only, not actuall scoreHieu Hoang
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-12Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-03-12Quick hack to make moses not stumble over double-dash parameter specifications.Ulrich Germann
2015-03-12Merge branch 'master' of https://github.com/moses-smt/mosesdecoderKenneth Heafield
2015-03-12added a simple translation interfaceJames Zhang
2015-03-10Add SyntaxInputWeight feature functionPhil Williams
2015-03-10Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-03-10Sampling now keeps track of counts for hierarchical lexicalized reordering.Ulrich Germann
2015-03-10pragma onceMatthias Huck
2015-03-09Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-03-09Code cleanup.Ulrich Germann
2015-03-09Code cleanupUlrich Germann
2015-03-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2015-03-09Commented out an #include that triggered a 'deprecated header' warning.Ulrich Germann
2015-03-09link with openmp for srilmHieu Hoang
2015-03-09link with openmp for srilmHieu Hoang
2015-03-06Merge branch 'master' of github.com:moses-smt/mosesdecoderAles Tamchyna
2015-03-06include scores of source-context features in topt collection verbose outputAles Tamchyna
2015-03-06make BilingualLM play nice with new chart decoding score deltasRico Sennrich
2015-03-05Organized command line options thematically.Ulrich Germann
2015-03-04bugfix, BP only applies when candidate is shorter than ref :)Ales Tamchyna
2015-03-04minor refactoring in VW featureAles Tamchyna
2015-03-04implement BLEU2+1 as training loss for VWAles Tamchyna
2015-03-04some refactoring of VW, towards customizable loss calculation in trainingAles Tamchyna
2015-03-04Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann