Hi there,
Is there any way to make Rasa recognize the € symbol as part of an entity? E.g. if I want to automatically detect any input quantity in euros (595 €, 42€, etc.)
Thx!
Hi there,
Is there any way to make Rasa recognize the € symbol as part of an entity? E.g. if I want to automatically detect any input quantity in euros (595 €, 42€, etc.)
Thx!
use spacy’s named entity recognition
I need to use CRFEntityExtractor as the rest are custom entities in a domain restricted case.
Any other suggestion?
You can use both of them all will work fine