awasthiabhijeet / PIE

Fast + Non-Autoregressive Grammatical Error Correction using BERT. Code and Pre-trained models for paper "Parallel Iterative Edit Models for Local Sequence Transduction": www.aclweb.org/anthology/D19-1435.pdf (EMNLP-IJCNLP 2019)
MIT License
228 stars 40 forks source link

Inference using own sentences #14

Closed tuhinjubcse closed 4 years ago

tuhinjubcse commented 4 years ago

Hi Authors

Could you please tell me how to infer on my own tests set of grammatically incorrect sentences ?

awasthiabhijeet commented 4 years ago

Hi Tuhin, Thanks for your interest in our work.

You simply need to change the path of input_file in this script and point it to your own test set.

Similar issues which have been resolved previously:

awasthiabhijeet commented 4 years ago

Hi @tuhinjubcse , please let me know, if the above reply was helpful to you so that I can close this issue.

Thanks.