aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorsilvio2018-03-30 10:20:17 +0200
committerGitHub2018-03-30 10:20:17 +0200
commitec420b8978166b9bc364793e955378c53a8f0853 (patch)
tree30271ef25af8a3fd7b23a315f4c8c460406a0aa9 /readme.md
parent53c5b840f2de662c2f966ed75362bdff4e8f522d (diff)
parent48b78a322c90dd726d1a2295119bfc0bf7b9621a (diff)
downloadlanguagetool-ec420b8978166b9bc364793e955378c53a8f0853.tar.gz
Merge pull request #6 from silvio/ngram-and-rework
Ngram and rework
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2842c99..b276057 100644
--- a/readme.md
+++ b/readme.md
@@ -20,3 +20,13 @@ The Server is running on port 8010, this port should exposed.
$ docker run --rm -p 8010:8010 silviof/docker-languagetool
Or you run it in background via `-d`-option.
+
+
+## ngram support
+
+To support [ngrams] you need an additional volume or directory mounted to the
+`/ngrams` directory. For that add a `-v` to the `docker run`-command.
+
+ docker run ... -v /path/to/ngrams:/ngrams ...
+
+[ngrams]: http://wiki.languagetool.org/finding-errors-using-n-gram-data