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 |
BLEU score implementation. |
Module | chrf |
ChrF score implementation |
Module | gale |
A port of the Gale-Church Aligner. |
Module | gdfa |
No module docstring; 1/1 function documented |
Module | gleu |
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 |
Common methods and classes for all IBM models. See IBMModel1, IBMModel2, IBMModel3, IBMModel4, and IBMModel5 for specific implementations. |
Module | meteor |
No module docstring; 12/12 functions documented |
Module | metrics |
No module docstring; 1/1 function documented |
Module | nist |
NIST score implementation. |
Module | phrase |
No module docstring; 2/2 functions documented |
Module | ribes |
RIBES score implementation |
Module | stack |
A decoder that uses stacks to implement phrase-based translation. |