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 (Collapse)Author
2015-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
strong them locally where appropriate, so that compontents can become independent of StaticData once instantiated.
2015-12-09daily automatic beautifierMosesAdmin
2015-12-07Code cleanup.Ulrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-16change InputFeature::Instance to return pointer, not ref. Strange segfault ↵Hieu Hoang
in OSX/clang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Post-merge bug fixes and cleanup.Ulrich Germann
2015-08-05Option reorganisation in StaticData.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
now have access to the current translation task. This was done to allow context-sensitive processing (if provided by the FF).
2015-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place ↵Ulrich Germann
to store this information.
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask ↵Ulrich Germann
(if any) created them. This is a first step towards providing phrase tables etc. access to context information etc. associated with specific translation tasks.
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-06-05Commented out unused variable.Ulrich Germann
2014-04-11Rewrite of Word::CreateFromString() to accommodate elimination ofUlrich Germann
ConfusionNet::String2Word().
2014-04-08Replaced calls to String2Word by calls to Word::CreateFromString(). ↵Ulrich Germann
String2Word is deprecated (code duplication) and should be removed.
2014-03-25Changed verbosity level for "read confusion net with format ..." to 2.Ulrich Germann
2014-03-11Reformatting for readability.Ulrich Germann
2014-01-13get rid of all aborts from decoderHieu Hoang
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-02move checking of legacy phrase-table to StaticDataHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-24check to make sure there is an InputFeature when decoding lattice or ↵Hieu Hoang
confusion network
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-02Add NonTerminalSet variable to InputPathHieu Hoang
2013-06-05delete information on input scores from StaticDataHieu Hoang
2013-06-05update confusion network to query InputFeature for paramters, rather than ↵Hieu Hoang
StaticData
2013-05-11delete class TranslationSystemHieu Hoang
2012-12-06clean up weights code for confusion networks & lattices. Works, except for ↵Hieu Hoang
multiple phrase-tables or factors
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang