ruohoruotsi / mtandseq2seq-code

Code examples for CMU CS11-731, Machine Translation and Sequence-to-sequence Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtandseq2seq-code

by Graham Neubig and Contributors

Code examples for CMU CS 11-731, Machine Translation and Sequence-to-sequence Models.

These code examples assume Python 3 and may depend on some other libraries such as DyNet or PyTorch. Most examples will rely on example data, please download it now before running the examples.

wget http://phontron.com/data/iwslt-en-de-preprocessed.tar.gz
tar -xzf iwslt-en-de-preprocessed.tar.gz

About

Code examples for CMU CS11-731, Machine Translation and Sequence-to-sequence Models


Languages

Language:Python 65.3%Language:Java 29.1%Language:Shell 3.7%Language:Perl 2.0%