diff options
author | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
---|---|---|
committer | aashiks <aashiks@gmail.com> | 2009-04-30 12:40:23 +0530 |
commit | 560d36aa534a458eee1663e56bf600286c802c6d (patch) | |
tree | 3d6ef34d17bf6fd87e9ab7f842a221415e341c9b /silpa/silpa.conf | |
parent | 0bc0f508ebba733e8fe8430cbd4aab9e74fdcb69 (diff) | |
parent | 101ae75439d5e33e20b11243426028956abe93ad (diff) | |
download | Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.gz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.tar.xz Rachana.git-560d36aa534a458eee1663e56bf600286c802c6d.zip |
Merge branch 'master' of ssh://aashiks@git.sv.nongnu.org/srv/git/smc
Diffstat (limited to 'silpa/silpa.conf')
-rw-r--r-- | silpa/silpa.conf | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/silpa/silpa.conf b/silpa/silpa.conf index 2323b33..068112c 100644 --- a/silpa/silpa.conf +++ b/silpa/silpa.conf @@ -14,13 +14,17 @@ 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.Anagram=modules.anagram #Anagram module +SILPA_ACTION.Approximate_Search=modules.inexactsearch #Approximate search #End of Silpa configuration file |