From 550f1ef9f4cd12f6a75090fa14490effc1230631 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Wed, 22 Apr 2009 23:42:35 +0530 Subject: Bug Fixes --- silpa/modules/guesslanguages/guess_language.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'silpa/modules/guesslanguages') diff --git a/silpa/modules/guesslanguages/guess_language.py b/silpa/modules/guesslanguages/guess_language.py index 1d88891..158b5f5 100644 --- a/silpa/modules/guesslanguages/guess_language.py +++ b/silpa/modules/guesslanguages/guess_language.py @@ -531,7 +531,7 @@ def normalize(u): class LangGuess(SilpaModule): def process(self, form): response = """ -

Lemmatization

+

Guess the language

Enter the text for guessing the language in the below text area. You can give the text in any language and even with mixed language

-- cgit