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-07-02Fixes to make code compile on various versions of gcc.mmt-mvp-v0.9.0Ulrich Germann
2015-07-02Removal of 'using namespace ...' from several header files.Ulrich Germann
2015-07-01Merge branch 'FF_ttptr' of http://github.com/moses-smt/mosesdecoderUlrich Germann
2015-06-25Allow ports other than 80 as the server ports for the context bias server.Ulrich Germann
2015-06-25Changed implementation of indocs (to keep track of which documents phrases co...Ulrich Germann
2015-06-25Enable the bias weights to be (re)set by the server.XapaJIaMnu
2015-06-24Allow context server to use ports other than 80.Ulrich Germann
2015-06-23Enable the Suffix array to get context_weights from command lineXapaJIaMnu
2015-06-01Untangling bitext class from Moses dependencies, so that the class can be usedUlrich Germann
2015-06-01Bug fix and in-line code documentation.Ulrich Germann
2015-06-01Bug fix in building imTtrack directly from input stream.Ulrich Germann
2015-05-24Bug fix.Ulrich Germann
2015-05-24Removed dependency on libcurlpp, as it was difficult to link that staticly.Ulrich Germann
2015-05-11Added context buffering in IOWrapper for context-sensitive decoding.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-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-27Unused variable.Ulrich Germann
2015-04-26Unused variable.Ulrich Germann
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-23Add cross-platform randomizer module.Jeroen Vermeulen
2015-04-21Work on integrating hierarchical lexicalized reordering models with sampled p...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-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-03-30Bug fix.Ulrich Germann
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-03-30Cleanup.Ulrich Germann
2015-03-30Initial check-in.Ulrich Germann
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
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-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-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2014-11-20Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2014-11-05mm2dTable now opens its data file read-only, using mapped_file_source, so tha...Laura Kieras
2014-10-23Added demo program for use of suffix arrays.Ulrich Germann
2014-09-10Fixed issues with ambiguity in typedef of uint64_t (conflict between boost ty...Ulrich Germann
2014-09-09Fix in biased sampling. Started code on loading and using bias in Mmsapt.Ulrich Germann