kanyun-inc / fairseq-gec

Source code for paper: Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data
Other
246 stars 67 forks source link

Update `sh` to `bash` for pre-processing scripts #3

Open gurunathparasaram opened 5 years ago

gurunathparasaram commented 5 years ago

In README.md, the commands for the pre-processing scripts for pre-training are mentioned as sh <script.sh>, whereas the shebang is #!/usr/bin/env bash. I thought it would be more appropriate if the command is bash <script.sh>. Please correct me if I am wrong. Thanks.