Sign inSign up

tmaier/hunspell

By tmaier

Updated over 8 years ago

Hunspell spell checker. Dockerized

Image
1

50K+

tmaier/hunspell repository overview

Docker image for hunspell

This is a lightweight docker image for hunspell. Hunspell is spell checker. See http://hunspell.github.io

The working directory is at /workdir. Mount your volume into that directory.

$ docker run --rm -v $(pwd):/workdir tmaier/hunspell:latest -H public/**/*.html

Other languages

List all languages available:

docker run --rm tmaier/hunspell -D

Example:

$ docker run --rm -v $(pwd):/workdir tmaier/hunspell -u3 -i utf-8 -d de_DE_neu,en_US -p words -H public/**/*.html

Continuous Integration (CI)

Run in report mode

$ docker run --rm -v $(pwd):/workdir tmaier/hunspell -u3 -H public/**/*.html

Author

Tobias L. Maier for BauCloud GmbH

Tag summary

Content type

Image

Digest

Size

10.1 MB

Last updated

over 8 years ago

docker pull tmaier/hunspell