- enc_dec.py --- implementation of a basic encoder-decoder
- nmt_translate.py --- source code to load data and run training and evaluation
- nmt_config.py --- neural model parameters, data selection, etc.
To run an experiment set parameters in nmt_config.py and execute bash script run_exp