BinaryBlob / smt

Statistical Machine Translation implementation with Python: especially IBM Model1, 2, and phrase-based machine translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM Model

IMB models of statistical mathine translation

Files

ibmmodel1.py
implements IBM Model1
ibmmodel2.py
implements IBM Model2
word_alignment.py
implements symmetrization of word alignments

Usege

See each file and test codes written in test.py

About

Statistical Machine Translation implementation with Python: especially IBM Model1, 2, and phrase-based machine translation.

License:MIT License


Languages

Language:Python 100.0%