Sequence to sequence learning for GEC task using several deep models.
- Baseline model: Attention Seq2Seq model.
- The main entry point is at
train.py. - Test with very small data set using
test.pybefore training. - Grid search hyper params with
grid_search.py. - Use
apply.pyto load model trained.