Description
SpaCy is an excellent tool for NLP, and Rasa has supported it from the start. You might already be aware of the spaCy components in the Rasa library. Rasa includes support for a spaCy tokenizer, featu ...
Summary
- SpaCy is an excellent tool for NLP, and Rasa has supported it from the start.
- You can use the part of speech information from spaCy by configuring the LexicalSyntacticFeaturizer.
- You can add this information by making a small change to the LexicalSyntacticFeaturizer that we had before.
- To highlight the effect this change might have, we'll zoom in on some example utterances.