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-12-09daily automatic beautifierMosesAdmin
2015-12-06Code cleanup.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-08-26add back OutputPassthroughInformation() /Vincent NguyenHieu Hoang
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-03-27Making GetSource() in Manager and Basemanager virtual breaks one regression t...Ulrich Germann
2015-03-26Managers have now access to the entire translation task.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-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 OutputDetailedTreeFragmentsTranslationReport() 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-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-08-06Refactor hypergraph output codeBarry Haddow
2014-08-06Sparse features trainable with hg miraBarry Haddow
2013-10-13more enriched tracephikoehn
2013-05-29beautifyHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-04-12typoChristian Buck
2013-03-19added operator< to SearchGraphNode - compares IdsChristian Buck
2013-02-23Output feature weights to a separate file when producing hypergraphLane Schwartz
2013-02-23Add flag to output search graph in Kenneth's hypergraph format.Lane Schwartz
2013-02-23More work on outputting HTK lattice formatLane Schwartz
2013-02-23Work to allow output search graph in HTK standard lattice formatLane Schwartz
2012-11-12move moses/src/* to moses/Hieu Hoang