readme: fix demo example
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ from flair.data import Sentence
|
|
51 |
from flair.models import SequenceTagger
|
52 |
|
53 |
# load tagger
|
54 |
-
tagger = SequenceTagger.load("stefan-it/flair-clean-conll-
|
55 |
|
56 |
# make example sentence
|
57 |
sentence = Sentence("According to the BBC George Washington went to Washington.")
|
|
|
51 |
from flair.models import SequenceTagger
|
52 |
|
53 |
# load tagger
|
54 |
+
tagger = SequenceTagger.load("stefan-it/flair-clean-conll-3")
|
55 |
|
56 |
# make example sentence
|
57 |
sentence = Sentence("According to the BBC George Washington went to Washington.")
|