Lexical Features from SpaCy for Rasa

By The Rasa Blog: Machine Learning Powered by Open Source - 2020-09-23

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.

 

Topics

  1. NLP (0.29)
  2. Backend (0.12)
  3. Machine_Learning (0.09)

Similar Articles