Hi there, SciSpacy only has biomedical, scientific, or clinical entities. How can I also get predictions on the default Spacy NERs (PERSON, ORG, MONEY, LOCATION .... ) if I use the SciSpacy model as the base model to do annotation? Any recommendations on what's the best way to do that? Thanks!
Hi @AndreaD , one thing you can do is source ner
from en_core_web_sm
under a custom name. Note that you can't source models with vectors if the scispacy model also has vectors. You might also notice that the tokenization will be slightly different, but shouldn't be a cause of concern while annotating.