Skip to content
Discussion options

You must be logged in to vote

I am interested in data only related to musical related website. So the data contains more of musical related events(concerts, opera etc). I that case if a data from other areas come, is it possible to detect those ?

This is pretty hard. Technically you can train a classifier, but since there's an infinite number of things that are "not music" it's not really guaranteed to work. Maybe you can filter your incoming data using keywords like "concert"?

I already have a model built for our custom NER application. So while loading model for finding similarity, should i use the custom trained model or spacy pretrained model for getting better results.

It would make sense for your model to be…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage feat / ner Feature: Named Entity Recognizer
2 participants