branch: externals/guess-language
commit 38d7ab1b25f88549d17122a6de177a3934d19a4d
Author: Titus von der Malsburg <[email protected]>
Commit: Titus von der Malsburg <[email protected]>
README: minor fixes
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 614f952..88fb201 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,6 @@
-* Emacs mode that automatically detects the language of the current paragraph
+* Emacs mode that automatically detects the language of what you are typing
-I write a lot of text in multiple languages and I was getting tired of
switching the dictionary of my spell-checker all the time. In true Emacs
spirit, I decided dust off my grandpa's parentheses and to write some code to
address this problem. The result is ~guess-language-mode~, a minor mode for
Emacs that guesses the language of the current paragraph and then changes the
dictionary of ispell and the language settings of typo-mode. It also reruns
Flyspell on the current paragraph, bu [...]
+I write a lot of text in multiple (human) the current paragraphlanguages and I
was getting tired of switching the dictionary of my spell-checker all the time.
In true Emacs spirit, I decided dust off my grandpa's parentheses and to write
some code to address this problem. The result is ~guess-language-mode~, a
minor mode for Emacs that guesses the language of the current paragraph and
then changes the dictionary of ispell and the language settings of typo-mode.
It also reruns Flyspell [...]
This is currently a proof of concept and only three languages are supported:
English, French, German. However, it is very easy to add more languages and
this repository already includes the necessary language statistics for 61
additional languages. (These are copied from
[[https://github.com/kent37/guess-language][guess_language.py]].)