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
|
query_alias = """SELECT j.item_id,j.en_label, j.en_description,j.views,j.inlinks,a.en_alias |
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
spaCy-entity-linker/spacy_entity_linker/DatabaseConnection.py
Line 70 in d2f2473