Package edu.umn.cs.nlp.mt.chiang2007

Class Summary
BilingualTranslationRule The left-hand side of a Chiang-style translation rule, including associated rule features.
BilingualTranslationRuleBinding Customized tuple binding for storing and retrieving a TranslationRuleLHS object in a Berkeley DB Java Edition database.
ChartCell  
ChartCellEntry Represents a symbol that spans a portion of a parse chart.
IncompleteChartCellEntry  
LoglinearTranslationFeatures Represents a set of feature values in a log-linear model, along with a shared set of lambda parameter values.
MERTHypothesisGenerator Responsible for translating development set sentences during minimum error rate training.
MinimumErrorRateTraining Minimum error rate training.
Parser  
RuleApplication Represents an application of a context-free rule in a CKY+ parse chart.
Translation Represents a translation derived by tracing through a parse tree.