Authors: Marc Chesebro, Andrew Lawton
Using Python 3
pip install -r requirements.txt
cd seq2seq
pip install -e .
This will install all the requirements for the project.
python preprocess_data.py
This will take the data and make it into parrellel text format as well as set up the vocabulary dictionaries.
To train the model simply run the test_train.sh script
To translate new sentences run the pred.sh script. This is currently set to run on the validatation set, but this can be set at the top of the script.