BotSharp/BotSharp.WebHost/Settings/bot.json
2018-08-11 23:52:38 -05:00

27 lines
718 B
JSON

{
"RasaNlu": {
"url": "http://localhost:5000"
},
"WitAi": {
"url": "https://api.wit.ai",
"resource": "message",
"serverAccessToken": "YLLK6SFAPXNYGMKAWLOREQ5MJQSX345L",
"version": "20180811"
},
"BotSharpAi": {
"Lang": "en",
"Provider": "SpaCyProvider",
"SpaCyProvider": {
"Url": "http://localhost:5005"
},
"Pipe": "SpaCyTokenizer, CRFsuiteEntityRecognizer, WitAiEntityRecognizer, FasttextClassifier",
"CRFsuiteEntityRecognizer": {
"fields": "y w pos chk",
"uniFeatures": "w wl pos chk shape shaped type p1 p2 p3 p4 s1 s2 s3 s4 2d 4d d&a d&- d&/ d&, d&. up iu au al ad ao cu cl ca cd cs",
"biFeatures": "w pos chk shaped type"
}
}
}