wbi-sg commited on
Commit
c5f6af2
1 Parent(s): 8bffb98

Update README.md

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