package documentation

Experimental features for machine translation. These interfaces are prone to change.

Module api No module docstring; 0/1 variable, 1/3 function, 3/3 classes documented
Module bleu_score BLEU score implementation.
Module chrf_score ChrF score implementation
Module gale_church A port of the Gale-Church Aligner.
Module gdfa No module docstring; 1/1 function documented
Module gleu_score GLEU score implementation.
Module ibm1 Lexical translation model that ignores word order.
Module ibm2 Lexical translation model that considers word order.
Module ibm3 Translation model that considers how a word can be aligned to multiple words in another language.
Module ibm4 Translation model that reorders output words based on their type and distance from other related words in the output sentence.
Module ibm5 Translation model that keeps track of vacant positions in the target sentence to decide where to place translated words.
Module ibm_model Common methods and classes for all IBM models. See IBMModel1, IBMModel2, IBMModel3, IBMModel4, and IBMModel5 for specific implementations.
Module meteor_score No module docstring; 12/12 functions documented
Module metrics No module docstring; 1/1 function documented
Module nist_score NIST score implementation.
Module phrase_based No module docstring; 2/2 functions documented
Module ribes_score RIBES score implementation
Module stack_decoder A decoder that uses stacks to implement phrase-based translation.