Package edu.umn.cs.nlp.mt.tools

Class Summary
CalculatePhrasePairLexProbs Earlier steps extracted phrase pairs from an aligned corpus; each phrase pair at that stage has an associated relative frequency weight and preliminary source-to-target and target-to-source lexical translation probabilities.
CalculatePhrasePairProbs Earlier steps extracted phrase pairs from an aligned corpus; each phrase pair at that stage has an associated relative frequency weight and lexical translation probabilities.
ConvertToLowercase  
CreateLexProbDB Utility program to create a lexical translation probability database, given word pair count data.
CreateNGramDB Utility program to create a ngram probability database, given an ARPA backoff N-gram model file.
CreateTranslationRulesDB  
ExtractPhrasePairs Utility to extract aligned phrase pairs from an aligned corpus.
ExtractWordPairs Utility to extract aligned word pairs from an aligned corpus.
RuleLookup