helpmefindaname
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,8 @@ Requires:
|
|
16 |
|
17 |
```python
|
18 |
from flair.data import Sentence
|
19 |
-
from flair.
|
|
|
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 |
|