Hello all,
I have a question regarding the pipeline components. I am using the DIETClassifier, DucklingEntityExtractor, and SpacyEntityExtractor in my pipeline.
The DucklingEntityExtractor is used to extract email addresses and phone numbers. The SpacyEntityExtractor is used to extract names of people. The DIETClassifier is used to extract other entities like for example: cuisine type.
However, the DIETClassifier also extracts names of people, email IDs and phone numbers and when it does I get a list of these entity values. Is there any way I can resolve this such that the DIETClassifier only extracts the custom entities like cuisine type?