This project ports our original code in Theano to Tensorflow. Still under development.
Implementation of Neural Language Correction (http://arxiv.org/abs/1603.09727) on Tensorflow.
To train character level model (default):
$ python train.py
To train word level model:
$ python train.py --tokenizer WORD
$ python decode.py
- Chainer implementation by @sotetsuk: https://github.com/sotetsuk/neural-language-correction