An open API service indexing awesome lists of open source software.

https://github.com/mandarancio/statistical-machine-translation

Practice works for Statistical Machine Translation course at UNIGE.ch
https://github.com/mandarancio/statistical-machine-translation

automatic-translation em-algorithm python3 statistical-machine-translation translation unige

Last synced: about 1 month ago
JSON representation

Practice works for Statistical Machine Translation course at UNIGE.ch

Awesome Lists containing this project

README

          

# Statistical-Machine-Translation
Practice works for Statistical Machine Translation course at UNIGE.ch

## TP1 EM Algorithm
Simple implementation of an EM Algorithm

## TP2 IBM Model 1
Simple implementation of the IBM Translation Model 1

## TP3 IBM Model 1 and EM
Simple implementation of the IBM Translation Model 1 and EM based on it