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

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

[elpa] externals/guess-language b90858d 020/101: Updated commentary.


From: Stefan Monnier
Subject: [elpa] externals/guess-language b90858d 020/101: Updated commentary.
Date: Sat, 23 Feb 2019 10:34:35 -0500 (EST)

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

    Updated commentary.
---
 guess-language.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/guess-language.el b/guess-language.el
index c51f994..0367498 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -20,12 +20,12 @@
 
 ;;; Commentary:
 
-;; Just a proof of concept at this time.  Only supports English and
-;; German but can easily be extended to handle other languages.
+;; At this time, supported languages are English, French,
+;; German.  Adding more languages is easy though.  The detection
+;; algorithm is based on counts of character trigrams.
 
-;; The detection algorithm is based on counts of character
-;; trigrams.  The trigrams are copied from guess_language.py
-;; (https://github.com/kent37/guess-language).
+;; See here for more details:
+;; https://github.com/tmalsburg/guess-language.el
 
 (defcustom guess-language-languages '(en de fr)
   "List of symbols that identify the languages that should be



reply via email to

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