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-03Consistent line ending behavior for alignment printing optionsMichael Denkowski
2015-03-09Commented out an #include that triggered a 'deprecated header' warning.Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-02consistent constructor for all managersHieu Hoang
2015-01-02move OutputBest() from TranslationTask to ManagerHieu Hoang
2014-12-30move OutputAlignment() to Manager classHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-30convert static methods to const methodsHieu Hoang
2014-12-29move OutputBestHyp() to Manager classHieu Hoang
2014-12-29move OutputLatticeMBRNBest() to Manager classHieu Hoang
2014-12-28make GetOutputLanguageModelOrder() constHieu Hoang
2014-12-26rename ProcessSentence() to Decode()Hieu Hoang
2014-12-10move OutputBest() to ChartManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-05add Decode to API frameworkHieu Hoang
2014-12-05move OutputWordGraph() and OutputSearchGraph() into ManagersHieu Hoang
2014-12-04move OutputDetailedTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputUnknowns() into ManagersHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu Hoang
2014-12-03add OutputAlignment() to BaseManager.Hieu Hoang
2014-12-03add OutputLatticeSamples() to BaseManager. Move OutputAlignment() to ChartMan...Hieu Hoang
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ChartManagerHieu Hoang
2014-12-02move OutputLatticeSamples() for phrase-based from IOWrapper to ManagerHieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ManagerHieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-08-06Refactor hypergraph output codeBarry Haddow
2014-08-06Output edge scores correctlyBarry Haddow
2014-08-06Sparse features trainable with hg miraBarry Haddow
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ...Ulrich Germann
2014-05-13Only tuneableBarry Haddow
2014-05-08Only surface factor in hypergraphBarry Haddow
2014-05-02Want number of source words covered in hg outputBarry Haddow
2014-05-02Add source-span to hg output, commentsBarry Haddow
2014-05-01minor error. Segfault if phrase length is bigger than max-phrase-lengthHieu Hoang
2014-05-01redo creation of input paths for lattices. Should redo OOV handling as phrase...Hieu Hoang
2014-04-03Reformatting for readability.Ulrich Germann
2014-01-16merge c11 revert with mingw changesmingw-release-2.1.1jiejiang
2014-01-16c11 macrojiejiang
2014-01-15merged upstream with origin for mingwjiejiang
2014-01-15Revert "C++11 test; put in the middle of things to make sure people complain ...Rico Sennrich
2014-01-14C++11 test; put in the middle of things to make sure people complain if their...Rico Sennrich
2014-01-03make good use of the new precise timer...phikoehn
2013-12-19moses windows build, with some TODO listjiejiang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15move collection of generation-table from Staticdata to GenerationDictionaryHieu Hoang