Moses
statistical
machine translation
system

work in progress

Phrase table implementations for Moses

Moses includes

  • InMemory
    • only recommended for very small, filtered phrase tables (e.g., for tuning)
    • NOT recommended for any production system
  • OnDiskPT
    • the only implementation to support syntax-based MT
  • CompactPT
    • small and fast once built
    • filter phrase tables first for optimal performance
    • slow to build
  • Mmsapt
    • sampling phrase table based on suffix arrays
    • fast loads, fast performance due to caching
    • much faster built time than the other phrase tables; no phrase extraction or phrase scoring ahead of time required
    • the only implementation to support incremental updates
Edit - History - Print
Page last modified on October 26, 2015, at 10:24 PM