25 lines
710 B
JSON
25 lines
710 B
JSON
{
|
||
"DefaultPredicate": "unknown",
|
||
"DefaultMap": "unknown",
|
||
"DefaultHistory": "nil",
|
||
"DefaultListItem": "nil",
|
||
"DefaultTriple": "nil",
|
||
"DefaultWildcard": "nil",
|
||
"Splitters": [ ".", "!", "?", ";", "。", "?", "!" ],
|
||
"HistorySize": 16,
|
||
"DefaultResponse": "I have no answer for that.",
|
||
"Timeout": 10000,
|
||
"TimeoutMessage": "That query took too long for me to process.",
|
||
"RecursionLimit": 50,
|
||
"RecursionLimitMessage": "Too much recursion in AIML.",
|
||
"LogLevel": "Chat",
|
||
"LogRecursionLimit": 2,
|
||
"AimlDirectory": "aiml",
|
||
"LogDirectory": "logs",
|
||
"SetsDirectory": "sets",
|
||
"MapsDirectory": "maps",
|
||
//"Locale": "en-AU",
|
||
"LearnfFile": "aiml/learnf.aiml",
|
||
"UnbindPredicatesWithDefaultValue": false
|
||
}
|