techiaith / docker-moses-smt

Hwyluso cyfieithu peirianyddol MosesSMT i'r Gymraeg // Making MosesSMT machine translation easier for Welsh (and other languages)
MIT License
16 stars 7 forks source link

Should not use obsolete binary phrase table #1

Closed pjrobertson closed 9 years ago

pjrobertson commented 9 years ago

The Moses docs state the binary form used here is obsolete.

A more modern form should be used, such as the compact phrase table (6-8 times smaller)

Even if you do stick with the binary form, you can remove the original ASCII phrase table to reduce the model size significantly. (Add rm phrase-table here

pjrobertson commented 9 years ago

The same goes for the reordering tables

pjrobertson commented 9 years ago

Fixed in internal branch. Release soon