Skip to content

jozef-mokry/mosesdecoder

 
 

Repository files navigation

moses decoder with pipelined language model

Please change to branch: pipeline

This fork of Moses project adds pipelined evaluation of language model scores of translation hypotheses. Most important changes are in the files:

  • moses/HypothesisStackCubePruningPipelined.cpp
  • pipeline/lm/automaton.hh

Pipelined LM runs 1.35x faster for large n-gram models. Translation speed in Moses improves by factor of 1.05x.

More details can be found here

About

Moses, the machine translation system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Roff 50.4%
  • C++ 27.7%
  • C 7.5%
  • Perl 5.5%
  • Python 2.5%
  • Shell 1.6%
  • Other 4.8%