eunsuk-c
Results
1
issues of
eunsuk-c
**Describe the bug** When I run the following code: from quickumls.spacy_component import SpacyQuickUMLS nlp = spacy.load('en_core_web_sm') quickumls_component = SpacyQuickUMLS(nlp, '/home/silverock/umls/quickUMLS') nlp.add_pipe(quickumls_component) I got this message: --------------------------------------------------------------------------- TypeError Traceback (most recent...