Skip to content

koron/nvcheck

Repository files navigation

Notation Variability Checker

Go Report Card

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

Dictionary Examples

Replace Words

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

LICENSE

MIT license. See LICENSE.