├── README.md ├── data_handler.py ├── predict.py ├── seq2seq.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamaaditya/neural-paraphrase-generation/HEAD/README.md -------------------------------------------------------------------------------- /data_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamaaditya/neural-paraphrase-generation/HEAD/data_handler.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamaaditya/neural-paraphrase-generation/HEAD/predict.py -------------------------------------------------------------------------------- /seq2seq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamaaditya/neural-paraphrase-generation/HEAD/seq2seq.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamaaditya/neural-paraphrase-generation/HEAD/train.py --------------------------------------------------------------------------------