{"id":13596467,"url":"https://github.com/silvio/docker-languagetool","last_synced_at":"2025-04-12T20:45:37.041Z","repository":{"id":29758538,"uuid":"33302255","full_name":"silvio/docker-languagetool","owner":"silvio","description":"Dockerfile for LanguageTool","archived":false,"fork":false,"pushed_at":"2025-03-31T07:58:20.000Z","size":75,"stargazers_count":189,"open_issues_count":4,"forks_count":47,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-04T00:41:55.747Z","etag":null,"topics":["docker","dockerfile","languagetool"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silvio.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-02T10:07:25.000Z","updated_at":"2025-03-31T07:58:24.000Z","dependencies_parsed_at":"2025-03-20T22:14:01.578Z","dependency_job_id":"3083fa92-2075-4ead-82e3-1df785dfeb7c","html_url":"https://github.com/silvio/docker-languagetool","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvio%2Fdocker-languagetool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvio%2Fdocker-languagetool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvio%2Fdocker-languagetool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvio%2Fdocker-languagetool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvio","download_url":"https://codeload.github.com/silvio/docker-languagetool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631687,"owners_count":21136556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","languagetool"],"created_at":"2024-08-01T16:02:28.184Z","updated_at":"2025-04-12T20:45:37.015Z","avatar_url":"https://github.com/silvio.png","language":"Makefile","funding_links":[],"categories":["Makefile","docker"],"sub_categories":[],"readme":"\u003c!-- SPDX-License-Identifier: LGPL-3.0-or-later --\u003e\n\n# Introduction\n\n[LanguageTool] is an Open Source proof­reading software for English, French,\nGerman, Polish, and more than 20 other languages.\n\nYou can use the LanguageTools with a [firefox-plugin].\n\nThis is a Dockerfile to get the languagetools running on a system without java.\n\n[LanguageTool]: https://www.languagetool.org/\n[firefox-plugin]: https://addons.mozilla.org/firefox/addon/languagetool\n\n# Usage\n\nThe Server is running on port 8010, this port should exposed.\n\n    $ docker pull silviof/docker-languagetool\n    [...]\n    $ docker run --rm -p 8010:8010 silviof/docker-languagetool\n\nOr you run it in background via `-d`-option.\n\nRun with no minimum rights and RAM\n```\ndocker run --name languagetool \\\n                        --cap-drop=ALL \\\n                        --user=65534:65534 \\\n                        --read-only \\\n                        -p 127.0.0.1:8010:8010 \\\n                        --memory 412m --memory-swap 500m \\\n                        -e EXTRAOPTIONS=\"-Xmx382M\" \\\n                        silviof/docker-languagetool:latest\n```\n\nRoute information can be found at https://languagetool.org/http-api/swagger-ui/#/default, an easy route to test that it's running is `/v2/languages`.\n\n## ngram support\n\nTo support [ngrams] you need an additional volume or directory mounted to the\n`/ngrams` directory. For that add a `-v` to the `docker run`-command.\n\n    docker run ... -v /path/to/ngrams:/ngrams ...\n\n[ngrams]: https://dev.languagetool.org/finding-errors-using-n-gram-data\n\n\nDownload English ngrams with the commands:\n\n    mkdir ngrams\n    wget https://languagetool.org/download/ngram-data/ngrams-en-20150817.zip\n    (cd ngrams \u0026\u0026 unzip ../ngrams-en-20150817.zip)\n    rm -f ngrams-en-20150817.zip\n\n\nOne can use them using web browser plugin \"Local server (localhost)\" setting by running:\n\n    docker run -d --name languagetool -p 127.0.0.1:8081:8010 -v `pwd`/ngrams:/ngrams:ro --restart=unless-stopped silviof/docker-languagetool\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvio%2Fdocker-languagetool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvio%2Fdocker-languagetool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvio%2Fdocker-languagetool/lists"}