wbi-sg commited on
Commit
f646d74
1 Parent(s): aaad96c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: