-
Notifications
You must be signed in to change notification settings - Fork 19
/
silpa.conf
60 lines (54 loc) · 1.34 KB
/
silpa.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[main]
# SITE Name
site = SILPA
# If your site is not hosted in document root please give baseurl
# eg: www.example.org/silpa
# Leave the / if SILPA is hosted directly under documentroot
# leave it as / if you are using WSGI even if you are not under document root
baseurl = /
[logging]
# Set a logging level
# Allowed values are info,debug,warn,error
log_level = debug
# Which folder log should be located
log_folder = /tmp
# log file name
log_name = silpa.log
[modules]
# These section provides list of modules use
# 'yes' to enable them and 'no' to disable
spellchecker = yes
inexactsearch = yes
soundex = yes
transliteration = yes
hyphenation = yes
chardetails = yes
payyans = yes
indicsyllabifier = yes
indicfortune = yes
ucasort = yes
indicngram = yes
shingling = yes
textsimilarity = yes
indicstemmer = yes
katapayadi = yes
scriptrender = yes
[module_display]
# Section gives names to be displayed on HTML and
# additionally the end point for each module
soundex = Soundex
inexactsearch = ApproxSearch
spellchecker = SpellCheck
transliteration = Transliteration
hyphenation = Hyphenate
chardetails = Chardetails
payyans = Payyans
indicsyllabifier = Syllabalizer
indicfortune = Fortune
ucasort = UCA Sort
indicngram = N-gram
shingling = Shingling
textsimilarity = Similar Texts
indicstemmer = Stemmer
katapayadi = Katapayadi Numbers
scriptrender = Script Render