Skip to content
forked from kpu/mtplz

Code for the paper Faster Phrase-Based Decoding by Refining Feature State

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

joshua-decoder/mtplz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
How to convert from moses.ini weights to our weights.  Our length feature is just the length without any transform, so to some extent this is removing constants that Moses uses.

MOSES        MTPLZ                 MULTIPLY
WordPenalty0 target_word_insertion -1
LM           lm                    2.30258509299404568401
Distortion0  distortion            -1
Phase*       phrase_table          1

mtplz does not transform the phrase table.  Moses takes the natural log as it reads.  So take the natural log when converting a phrase table from Moses.

About

Code for the paper Faster Phrase-Based Decoding by Refining Feature State

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published