Hacker News new | ask | show | jobs
by wyldfire 1657 days ago
I assume your product does some kind of entity disambiguation and/or link to an ontology? Spacy doesn't provide this out of the box either, AFAICT. Can you share more info about how you do it?
1 comments

We don't provide entity disambiguation out of a box. It's more of a on request for Enterprise clients.

But overall, entity disambiguation is one of the most useful and difficult tasks in the NLP.

SpaCy supports entity linking via knowledge base: https://spacy.io/api/entitylinker

That might be the killer feature from what I've heard.
NER good enough to anonymise free text would be the absolute dream for many governments.