Hello,
Thank you for this great alternative. I am currently starting a new project to create a domain-specific knowledge base for NER.
I have tested all the methods in EntityElement. It's working perfectly. Only one strange thing when I run...
for sent in doc.sents:
sent._.linkedEntities.pretty_print()
My output on VS Code and Jupyter comes with HTML code:
<EntityElement: https://www.wikidata.org/wiki/Q194318 Pirates of the Caribbean Series of fantasy adventure films >
<EntityElement: https://www.wikidata.org/wiki/Q12525597 Silvester the day celebrated on 31 December (Roman Catholic Church) or 2 January (Eastern Orthodox Churches)>
Any advice?
Best,
Hello,
Thank you for this great alternative. I am currently starting a new project to create a domain-specific knowledge base for NER.
I have tested all the methods in EntityElement. It's working perfectly. Only one strange thing when I run...
for sent in doc.sents:
sent._.linkedEntities.pretty_print()
My output on VS Code and Jupyter comes with HTML code:
<EntityElement: https://www.wikidata.org/wiki/Q194318 Pirates of the Caribbean Series of fantasy adventure films >
<EntityElement: https://www.wikidata.org/wiki/Q12525597 Silvester the day celebrated on 31 December (Roman Catholic Church) or 2 January (Eastern Orthodox Churches)>
Any advice?
Best,