Install with:
$ go install github.com/koron/nvcheck@latest
Next create a dict.yml file for your documents.
Then you can check variability like this:
$ nvcheck your.txt
With -r
option, nvcheck replace all words to correct and output to stdout.
$ nvcheck -r your.txt
With -i
option, nvcheck overwrite the file to correct.
$ nvcheck -i your.txt
MIT license. See LICENSE.