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
How can i use this code to name entities which are non-ambiguous and disambiguate entities which are ambiguous? Currently this code seems to resolve entities which are ambiguous. I want to name entities in the same code which are non-ambiguous too.
Pls suggest.
The text was updated successfully, but these errors were encountered:
Hi,
I want to extract entities from text. Currently in the attached screengrab entities extracted are for few text but not for other i.e Virat Kohli, Suryakumar Yadav, Mohammad Rizwan etc. How do we do it?
Whether or not an text span is disambiguated depends on two things:
It is recognised as a named entity by the SpaCy plugin.
The text span is in the inventory.
However, using the SpaCy plugin, you should still be able to retrieve even the entities that were not disambiguated but recognised as such by SpaCy's NER model.
Hi,
How can i use this code to name entities which are non-ambiguous and disambiguate entities which are ambiguous? Currently this code seems to resolve entities which are ambiguous. I want to name entities in the same code which are non-ambiguous too.
Pls suggest.
The text was updated successfully, but these errors were encountered: