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
2013-01-09Fix state comparison (impacted 32-bit)lexi_RELEASE-1.0RELEASE-1.0GHKKenneth Heafield
2013-01-08Instance weightingBarry Haddow
2013-01-08instance weighting of lex weightsBarry Haddow
2013-01-08remove warningBarry Haddow
2013-01-08re-enable some score regressions tests. Was failing due to rounding errorsHieu Hoang
2013-01-07Merge branch 'master' of https://github.com/moses-smt/mosesdecoderHieu
2013-01-07eclipseHieu
2013-01-07eclipseHieu
2013-01-07eclipseHieu
2013-01-07eclipseHieu
2013-01-07eclipseHieu
2013-01-07eclipseHieu
2013-01-07Remove if that doesn't do anything, define _FILE_OFFSET_BITS 64Kenneth Heafield
2013-01-07change lseek64() to lseek() and off64_t to off_t. Cygwin doesn't have those f...Hieu Hoang
2013-01-05Collapse lseek macroKenneth Heafield
2013-01-05mac doesn't have lseek64()Hieu Hoang
2013-01-05KenLM 0e5d259 including read_compressed fixKenneth Heafield
2013-01-05If statically linking, check static libs for -mtKenneth Heafield
2013-01-05Merge branch 'master' of git://github.com/moses-smt/mosesdecoderHieu Hoang
2013-01-05get rid of HAVE_BOOST macro. Always has boost nowHieu Hoang
2013-01-04Add support for instance weights fileBarry Haddow
2013-01-03delete MergeScorer in mert/hieu
2013-01-03delete check and exit of Suffix Array phrase table implementation erroneously...hieu
2012-12-21extract can read an instance weights file.Barry Haddow
2012-12-21Testing of phrase length featureBarry Haddow
2012-12-20Fix memory leak.Tetsuo Kiso
2012-12-18extract-ghkm and friends: don't unescape special charactersPhil Williams
2012-12-17extract-ghkm: tweak label collection for unknown wordsPhil Williams
2012-12-17extract-ghkm: --UnknownWordMinRelFreq, --UnknownWordUniformPhil Williams
2012-12-17extract-target-trees.py: minor fixes, code stylePhil Williams
2012-12-12allow for inclusion of extract from previous runphikoehn
2012-12-12support for use of baseline alignment modelphikoehn
2012-12-11bug fix in experiment.perl wrt. get-corpus-scriptphikoehn
2012-12-10Fix bug in mml scoringBarry Haddow
2012-12-10adding a simple command-line utility for computing sentence-level BLEU (+1)Ales Tamchyna
2012-12-10allow specification of end point for experiment.perlphikoehn
2012-12-10bug fix with multicore parallelizerphikoehn
2012-12-10minor bug fixes with MMLphikoehn
2012-12-07Further optimization for extractor.Tetsuo Kiso
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-12-06Add more tests to the Data class.Tetsuo Kiso
2012-12-06Use FilePiece to load N-best lists.Tetsuo Kiso
2012-12-06Use util::TokenIter to tokenize n-best lists.Tetsuo Kiso
2012-12-06Untabify.Tetsuo Kiso
2012-12-06Speed up N-gram counts when running extractor.Tetsuo Kiso
2012-12-03race condition in chart decoding with -T argHieu Hoang
2012-12-01train MML in-/out-of-domain language models with same vocabularyphikoehn
2012-12-01Merge branch 'master' of git://github.com/moses-smt/mosesdecoderphikoehn
2012-12-01my change to weight-wtphikoehn
2012-12-01Allow .minlexr suffix and bugfixMarcin Junczys-Dowmunt