tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Treat user-generated dictionaries as lists of regexes #27

Closed tbroadley closed 6 years ago

tbroadley commented 6 years ago

Also, when using the --generate-dictionary option, include regexes passed using the --ignore option in the generated dictionary.

Make sure this doesn't seriously impact performance.