You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to expand NER in spacyr like there is in spacy using python ?
I want spacy to recognize PERSONS but with their academic tilte (like Dr./Prof./M. Sc. etc.). I found how to do that using python using an extension attribute: https://spacy.io/usage/rule-based-matching#models-rules-ner
But how can I do that in R?
The text was updated successfully, but these errors were encountered:
Is there a way to expand NER in spacyr like there is in spacy using python ?
I want spacy to recognize PERSONS but with their academic tilte (like Dr./Prof./M. Sc. etc.). I found how to do that using python using an extension attribute:
https://spacy.io/usage/rule-based-matching#models-rules-ner
But how can I do that in R?
The text was updated successfully, but these errors were encountered: