summarylogtreecommitdiffstats
path: root/languagetool-ngrams-de.install
diff options
context:
space:
mode:
Diffstat (limited to 'languagetool-ngrams-de.install')
-rw-r--r--languagetool-ngrams-de.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/languagetool-ngrams-de.install b/languagetool-ngrams-de.install
new file mode 100644
index 000000000000..dfe8465613a9
--- /dev/null
+++ b/languagetool-ngrams-de.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo ''
+ echo 'Do not forget to add "ngramDir=/usr/share/ngrams" in ~/.languagetool[-ooo].cfg or use the respecting LanguageTool GUI to point to "/usr/share/ngrams"!'
+ echo 'Test your installation with this sentence: "Während Sie das Ganze mir einem Holzlöffel oder einem Paar Stäbchen rühren …"'
+ echo ''
+}