Skip to content

Decoding model that finds the most probable translation under a probabillistic model

License

Notifications You must be signed in to change notification settings

asantinc/translation-decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to DREAMT

Decoding, Reranking, Evaluation, and Alignment for Machine Translation

DREAMT consists of baseline components for homework assignments in the University of Edinburgh machine translation class.

  1. The ALIGNER takes parallel texts and produces word alignments.
  2. The DECODER takes French sentences and a translation model, and produces English sentences.
  3. The RERANKER takes 100-best lists from a decoder and selects the best translation.

About

Decoding model that finds the most probable translation under a probabillistic model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published