koron / nvcheck

Check notation variability in document

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Check notation variability in document

License:MIT License


Languages

Language:Go 99.0%Language:Makefile 1.0%