This project builds a container image encapsulating hunspell, to spell check the contents of documents produced at VSHN.
The file hunspell_exclude
contains a list of words that are acceptable within VSHN documentation, including the following:
-
Network protocols.
-
Names of common products.
-
Various acronyms.
The version of hunspell
provided in this image only contains dictionaries for the following languages:
-
English
-
German
-
French
Note
|
You can check the list of available dictionaries using the command podman run --rm --volume $(pwd):/spell ghcr.io/vshn/hunspell:1.7.0.2 -D
|