Package edu.umn.cs.nlp.mt

Interface Summary
TranslationRules  
 

Class Summary
AlignmentMatrix Represents a word alignment matrix for an aligned sentence pair in a machine translation system.
AlignmentMatrixSlice Represents a vertical column or horizontal row in a word alignment matrix.
LexicalTranslationProbabilityDistribution Lexical translation probability distribution, stored as a Berkeley DB JE database.
NBestList<Element extends Scorable> Implementation of a n-best list with b and beta pruning.
PhrasePair Represents an initial phrase pair in a Chiang (2005) style machine translation system.
Point Represents an alignment point in a word alignment matrix.
Translation Represents a translation and associated log-linear feature weights.
TranslationRule Translation rule
TranslationRuleDatabase  
 

Exception Summary