Natural Language Processing in the Browser
Now that we have created our bundle, we can train our NLP in a browser. The function setupNLP for us takes care of the setup of the library as well as the training. The intent is a unique identifier of a conversation node, and its name should represent the intention of the user that the chatbot reacts to. Utterances are a set of training examples of what a user can say to trigger the intent. Answers are then an array of responses that the chatbot will randomly choose from.
Nov-25-2020, 23:25:08 GMT
- Technology: