Braianpp

Results 2 comments of Braianpp

I am getting the same error eve using linker_name in the configurator: config = { "resolve_abbreviations": True, "linker_name": "mesh", "max_entities_per_mention":5 } nlp = spacy.load("en_core_sci_md") nlp.add_pipe("scispacy_linker", config=config) linker = nlp.get_pipe("scispacy_linker") doc...

I see, maybe I will try using the previous scispacy version (0.5.1) that should work. Thank you very much for answering my question!