mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
4d248ea920
commit
6550d0547c
|
@ -21,7 +21,7 @@ p
|
||||||
|
|
||||||
+code.
|
+code.
|
||||||
import spacy
|
import spacy
|
||||||
from spacy.tokens import Span
|
from spacy.tokens.span import Span
|
||||||
|
|
||||||
text = u'Netflix is hiring a new VP of global policy'
|
text = u'Netflix is hiring a new VP of global policy'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue