BotSharp/BotSharp.WebHost/Settings/bot.json
2018-08-07 17:13:55 -05:00

19 lines
477 B
JSON

{
"Rasa": {
"Nlu": "http://localhost:5000"
},
"BotSharpAi": {
"Lang": "en",
"Provider": "SpaCyProvider",
"SpaCyProvider": {
"Url": "http://10.2.21.200:5005"
},
"Pipe": "SpaCyTokenizer, CRFsuiteEntityRecognizer",
"CRFsuiteEntityRecognizer": {
"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"
}
}
}