You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oceania edited this page Aug 11, 2018
·
2 revisions
When you train a chatbot on a corpus, BotSharp produce a object which is fullfiled in several different steps - this is also refered to as the processing pipeline. The pipe consists of a tagger, named entity recoginzer and so on. Each pipeline component returns the processed data, which is passed over to the next component. A pipeline is linear and one-dirctional, so you should arrange the right order of components.