- Neural Machine Translation by GRU.
- Some advanced tricks (bidirection, teacher-forcing, attention and beam search) have been implemented.
- Translation plan is from Chinese to English.
- Do not push to master branch directly
- Merge master branch to your branch before merging.
- Code review is not required for merging.
- Go to
./datafolder, followreadme.mdto download dataset. - Run the command
python NMT.py. - If you want to use our trained model, please go to
./modelfolder to download. - Read the
readme.mdin./modelfolder to get the correct configuration of trained model.