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
- Host: GitHub
- URL: https://github.com/mandarancio/statistical-machine-translation
- Owner: Mandarancio
- Created: 2017-03-09T11:38:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T09:17:43.000Z (about 9 years ago)
- Last Synced: 2025-03-15T00:14:01.901Z (about 1 year ago)
- Topics: automatic-translation, em-algorithm, python3, statistical-machine-translation, translation, unige
- Language: JavaScript
- Homepage:
- Size: 6.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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