summaryrefslogtreecommitdiffstats
path: root/silpa/silpa.conf
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-04-22 23:39:53 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-04-22 23:39:53 +0530
commit39d12a4a44fe0a2b386ba9562833f8bf6f6275f2 (patch)
tree22b0d993ef475d75e5a3562789da3b4b07914ac9 /silpa/silpa.conf
parent10d9985caf134fcf7ac85de8105de53c5d2442f1 (diff)
downloadRachana.git-39d12a4a44fe0a2b386ba9562833f8bf6f6275f2.tar.gz
Rachana.git-39d12a4a44fe0a2b386ba9562833f8bf6f6275f2.tar.xz
Rachana.git-39d12a4a44fe0a2b386ba9562833f8bf6f6275f2.zip
Adding Dictionary Module to Silpa
Diffstat (limited to 'silpa/silpa.conf')
-rw-r--r--silpa/silpa.conf15
1 files changed, 9 insertions, 6 deletions
diff --git a/silpa/silpa.conf b/silpa/silpa.conf
index 2323b33..7e47cad 100644
--- a/silpa/silpa.conf
+++ b/silpa/silpa.conf
@@ -14,13 +14,16 @@ SILPA_SITE_COPYRIGHT= Copyright 2008-2009. Silpa Team. All rights Reserved.
#Action names should be unique. and should be prefixed with "SILPA_ACTION."
#TO disable an action, comment out the line
#An example entry
-#SILPA_ACTION.sort=modules.sort #comment at the end of line is also allowed
+#SILPA_ACTION.Sort=modules.sort #comment at the end of line is also allowed
SILPA_ACTION.Transliterate=modules.transliterate #transliterator module
-SILPA_ACTION.Lemmatize=modules.lemmatizer #Lemmatizer module for Indian Languages
-SILPA_ACTION.Detect Language=utils #This is also a valid module
-SILPA_ACTION.Guess Language=modules.guess_language #This is also a valid module
-SILPA_ACTION.To Unicode=modules.payyans #Ascii to Unicode conversion Module
-SILPA_ACTION.To ASCII=modules.payyans #Unicode to Ascii conversion Module
+SILPA_ACTION.Stem=modules.stemmer #stemmer module for Indian Languages
+SILPA_ACTION.Detect_Language=utils #This is also a valid module
+SILPA_ACTION.Guess_Language=modules.guess_language #This is also a valid module
+SILPA_ACTION.To_Unicode=modules.payyans #Ascii to Unicode conversion Module
+SILPA_ACTION.To_ASCII=modules.payyans #Unicode to Ascii conversion Module
SILPA_ACTION.Syllabalize=modules.syllabalizer #Syllabalizer module
SILPA_ACTION.Hyphenate=modules.hyphenator #Syllabalizer module
+SILPA_ACTION.Find_Meaning=modules.dictionary #English Malayalam Module
+SILPA_ACTION.Fortune=modules.fortune #Syllabalizer module
+SILPA_ACTION.Approximate_Search=modules.inexactsearch #Approximate search
#End of Silpa configuration file