extend icon indicating copy to clipboard operation
extend copied to clipboard

Can we use this to entity linking for non ambiguous entities

Open sahnikraj opened this issue 3 years ago • 3 comments

Hi,image

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.

sahnikraj avatar Dec 13 '22 19:12 sahnikraj

Hi, I am not sure I've got what you mean. Can you give me an example, please?

edobobo avatar Dec 16 '22 13:12 edobobo

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? entity

sahnikraj avatar Dec 17 '22 13:12 sahnikraj

Whether or not an text span is disambiguated depends on two things:

  1. It is recognised as a named entity by the SpaCy plugin.
  2. 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.

edobobo avatar Dec 18 '22 11:12 edobobo