emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/guess-language 6dd0711 051/101: README simplify summary


From: Stefan Monnier
Subject: [elpa] externals/guess-language 6dd0711 051/101: README simplify summary
Date: Sat, 23 Feb 2019 10:34:41 -0500 (EST)

branch: externals/guess-language
commit 6dd071163e44cad6f7506b4304f70a35b41ef930
Author: Titus von der Malsburg <address@hidden>
Commit: Titus von der Malsburg <address@hidden>

    README simplify summary
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 8fd118b..02f5fca 100644
--- a/README.org
+++ b/README.org
@@ -3,9 +3,7 @@
 
 * guess-language: Emacs minor mode for robust automatic language detection
 
-*tl;dr:* Emacs minor mode that detects the language of what you're typing.  
Automatically switches spell checker and typo-mode.  Uses a robust algorithm 
that works with many languages.  Can handle multiple languages in one document.
-
------
+Emacs minor mode that detects the language of what you're typing.  
Automatically switches spell checker and typo-mode.
 
 *Key features:*
 - Detection algorithm is robust, efficient, and dead simple.  Based on
@@ -14,6 +12,8 @@
 - Stays out of your way.  Set up once, then forget it exists.
 - Works with documents written in multiple languages.
 
+-----
+
 I write a lot of text in multiple languages and was getting tired of 
constantly having to switch the dictionary of my spell-checker.  In true Emacs 
spirit, I decided to dust off my grandpa's parentheses and wrote 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, [...]
 
 Currently, the following languages are supported: Czech, Danish, Dutch, 
English, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, 
Russian, Slovak, Slovenian, Spanish, Swedish.  It is very easy to add more 
languages and this repository includes the necessary language statistics for 49 
additional languages.  (These were copied from 
[[https://github.com/kent37/guess-language][guess_language.py]].)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]