diff options
author | silvio | 2018-03-30 10:20:17 +0200 |
---|---|---|
committer | GitHub | 2018-03-30 10:20:17 +0200 |
commit | ec420b8978166b9bc364793e955378c53a8f0853 (patch) | |
tree | 30271ef25af8a3fd7b23a315f4c8c460406a0aa9 /readme.md | |
parent | 53c5b840f2de662c2f966ed75362bdff4e8f522d (diff) | |
parent | 48b78a322c90dd726d1a2295119bfc0bf7b9621a (diff) | |
download | languagetool-ec420b8978166b9bc364793e955378c53a8f0853.tar.gz |
Merge pull request #6 from silvio/ngram-and-rework
Ngram and rework
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |