Skip to content
Discussion options

You must be logged in to vote

Hi!

scispacy and its models are not maintained by us, but as someone pointed out on that SO thread, you can try some of their other models instead which do have more fine-grained labels: https://allenai.github.io/scispacy/.

In general, there's not a single solution to "just" change the labels of "some" entities while keeping the labels of others. You'll have to either (re)train your models, or run some kind of rule-based matching to identify cases where you'd like to change the label span. How you'd do it exactly depends on your use-case & needs though, so it's difficult to advice on that without more details.

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
third-party Third-party packages and services training Training and updating models feat / ner Feature: Named Entity Recognizer
2 participants