diff options
author | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-07-19 18:32:04 +0530 |
---|---|---|
committer | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-07-19 18:32:04 +0530 |
commit | c8a17ee264a269a59651936b34a960f4d40a9074 (patch) | |
tree | 3b2b21be4668f50a5c5f307c89e42323b8a8c292 /silpa/silpa.conf | |
parent | 05f7f938168f9b3195c9b101f4b98f298ab2e981 (diff) | |
download | Rachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.tar.gz Rachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.tar.xz Rachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.zip |
JSON RPC Based new architecture and corresponding changes
Diffstat (limited to 'silpa/silpa.conf')
-rw-r--r-- | silpa/silpa.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/silpa/silpa.conf b/silpa/silpa.conf index a70a482..c16830e 100644 --- a/silpa/silpa.conf +++ b/silpa/silpa.conf @@ -23,9 +23,13 @@ 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.Sort=modules.sort #Sort module SILPA_ACTION.Hyphenate=modules.hyphenator #Syllabalizer module SILPA_ACTION.Dictionary=modules.dictionary #English Malayalam Dictionary Module SILPA_ACTION.Fortune=modules.fortune #Syllabalizer module SILPA_ACTION.Anagram=modules.anagram #Anagram module SILPA_ACTION.Approximate_Search=modules.inexactsearch #Approximate search +SILPA_ACTION.CharDetails=modules.chardetails #Character Details +SILPA_ACTION.Soundex=modules.soundex #Soundex Algorithm +#SILPA_ACTION.OCR=modules.ocr #OCR Module #End of Silpa configuration file |