helpmefindaname commited on
Commit
a8fbdff
1 Parent(s): 3bcdede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -16,7 +16,8 @@ Requires:
16
 
17
  ```python
18
  from flair.data import Sentence
19
- from flair.models import Classifier, EntityMentionLinker
 
20
 
21
  sentence = Sentence("Behavioral abnormalities in the Fmr1 KO2 Mouse Model of Fragile X Syndrome")
22
 
 
16
 
17
  ```python
18
  from flair.data import Sentence
19
+ from flair.nn import Classifier
20
+ from flair.models import EntityMentionLinker
21
 
22
  sentence = Sentence("Behavioral abnormalities in the Fmr1 KO2 Mouse Model of Fragile X Syndrome")
23