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