egerber / spaCy-entity-linker

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

Feature request: Support for Swedish texts #34

Open dpriskorn opened 8 months ago

dpriskorn commented 8 months ago

If I augment the database with sv_labels and aliases, will this work for Swedish too? Can the language easily be set in the code?

I see that english seems to be hardcoded here in this query https://github.com/egerber/spaCy-entity-linker/blob/d2f24731248c261648d955b9f48123589b5257eb/spacy_entity_linker/DatabaseConnection.py#L70