Write with confidence using an advanced AI-based writing assistant that works wherever you do. Whether drafting an email or preparing a professional report, this tool ensures your text is free from embarrassing mistakes. It goes beyond basic spell checking by offering deep stylistic improvements.
Enjoy a comprehensive suite of features designed to elevate your writing:
Track your productivity with detailed statistics, ensuring continuous improvement with every word you type.
services:
languagetool:
image: meyayl/languagetool:latest
container_name: languagetool
restart: unless-stopped
ports:
- "8010:8010"
environment:
- JAVA_XMS=256m
- JAVA_XMX=1g
# Optional: Uncomment to download ngrams on startup (e.g., 'en,de')
# - download_ngrams_for_langs=en
volumes:
- ./ngrams:/ngrams
- ./config:/config# No sensitive credentials are required for the default configuration.
# If you add secrets or API keys in the future, place them here.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago