Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ tagger = Classifier.load("hunflair-disease")
|
|
36 |
tagger.predict(sentence)
|
37 |
|
38 |
# load the linker and dictionary
|
39 |
-
linker = EntityMentionLinker.load("disease-linker")
|
40 |
linker.predict(sentence)
|
41 |
|
42 |
# print the results for each entity mention:
|
|
|
36 |
tagger.predict(sentence)
|
37 |
|
38 |
# load the linker and dictionary
|
39 |
+
linker = EntityMentionLinker.load("disease-linker-no-abbres")
|
40 |
linker.predict(sentence)
|
41 |
|
42 |
# print the results for each entity mention:
|