Exclude specific values from entity recognition

Hi, I have the use case where I specifically don’t want a particular value set as an entity. I am using SpacyEntityExtractor to extract “PERSON”. Now I have a company which sounds like a name (lets call it Bacardi). Now when I ask “What does Bacardi offer”, Bacardi is recognized as a PERSON entity. How can I avoid this?

Best you can use lookups for person

But Spacy works quite good with finding the person name. I just would like to exclude it. Would maybe stop words help here?