wbi-sg commited on
Commit
cff6301
·
verified ·
1 Parent(s): b2fad86

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-chemical")
37
  tagger.predict(sentence)
38
 
39
  # load the linker and dictionary
40
- linker = EntityMentionLinker.load("chemical-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("chemical-linker-no-abbres")
41
  linker.predict(sentence)
42
 
43
  # print the results for each entity mention: