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-11-11Enforce const-ness of command line arguments; bug fix in mosesserver.cpp.Ulrich Germann
2015-10-16use util::StringStreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-02-05Simple structure change to make moses main() function available in libmoses.aJames Zhang
2015-01-14beautifyHieu Hoang
2015-01-04merge RunPb and RunChartHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-12-01start cleanup of IOWrapper. Constructor takes no argsHieu Hoang
2014-11-20simulated post editingHieu Hoang
2014-11-20simulated post editingHieu Hoang
2014-11-20Small changes to Parameters and StaticDataHieu Hoang
2014-10-13cleaning up IOWrapper. Make all functions member of the classHieu Hoang
2014-10-10merge moses_chart and mosesHieu Hoang
2014-10-09get ready to merge IOWrapperHieu Hoang
2014-10-09consistent namespaceHieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-10-03standardize GetIOWrapper().Hieu Hoang
2014-10-03move lattice sample collector from Main to IOWrapperHieu Hoang
2014-10-03delete m_latticeSamplesCollectorHieu Hoang
2014-10-03delete nbestOutHieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_wordGraphCollector into IOWrapperHieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_detailedTranslationCollector into...Hieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_searchGraphOutputCollector into I...Hieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_alignmentInfoCollector into IOWra...Hieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_unknownsStream into IOWrapperHieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_nBestOutputCollector into IOWrapperHieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_singleBestOutputCollector into IO...Hieu Hoang
2014-09-30move misc common functions into moses/Hieu Hoang
2014-09-30move TranslationTask into moses/Hieu Hoang
2014-09-30separate out class TranslationTask into it's on fileHieu Hoang
2014-09-29move IOWrapper into moses/Hieu Hoang
2014-09-29move TranslationAnalysis for both moses-cmd and moses-char-cmd into moses/Hieu Hoang
2014-08-06template-ise, preparing for chart versionBarry Haddow
2014-08-06Refactor hypergraph output codeBarry Haddow
2014-08-06Sparse features trainable with hg miraBarry Haddow
2014-08-02add virtual void ChangeSource(InputType *&input) constHieu Hoang
2014-04-28Merge branch 'master' into dynamic-phrase-tablesUlrich Germann
2014-04-17Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-04-03Reformatting for readability.Ulrich Germann
2014-03-10Fix -output-hypo-scoreKenneth Heafield
2014-02-07Fixes to hypergraph and htk outputs, better cmd line help.Barry Haddow
2014-01-20copy weights of untuneable features from original config in mertRico Sennrich
2014-01-15merged upstream with origin for mingwjiejiang
2014-01-06reporting on init (pretty slow for binary phrase table!) and bug fix in exper...phikoehn
2014-01-05additional time reporting and stardardizationphikoehn
2014-01-03make good use of the new precise timer...phikoehn
2014-01-01destroy feature functions at end. Otherwise it shows up on valgrind as memory...Hieu Hoang
2013-12-19moses windows build, with some TODO listjiejiang