Skip to content

jozef-mokry/mosesdecoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15,243 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

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