egerber / spaCy-entity-linker

spaCy module for linking text to Wikidata items
MIT License
215 stars 32 forks source link

Add test case to check whether empty root processing is correct. #15

Closed dennlinger closed 1 year ago

dennlinger commented 1 year ago

This test case caused issues for me, using a combination of spacy<=3.5 and spacy_entity_linker==1.0.2.
Interestingly, I wasn't able to reproduce the error on an environment using the latest spacy==3.5 version, but I'm not sure if this is due to conflicting path information on my end.

MartinoMensio commented 1 year ago

Thank you @dennlinger!

I added another example which I could reproduce failing before merging #9!

I am merging this :)

Martino