branch: externals/guess-language commit 2c3590bbe8976ed43d9fca9efb3d954a3c4dba72 Author: Titus von der Malsburg <malsb...@posteo.de> Commit: GitHub <nore...@github.com>
README: minor fix --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 88fb201..4057401 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * Emacs mode that automatically detects the language of what you are typing -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 [...] +I write a lot of text in multiple (human) 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 parag [...] 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]].)