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.py
before training. - Grid search hyper params with
grid_search.py
. - Use
apply.py
to load model trained.