mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 17:52:31 +03:00
Update doc.jade
Just remove a duplicate 'doc ='
This commit is contained in:
parent
34a2eecb17
commit
8e20cf6368
|
@ -18,7 +18,7 @@ p
|
||||||
|
|
||||||
# Construction 2
|
# Construction 2
|
||||||
from spacy.tokens import Doc
|
from spacy.tokens import Doc
|
||||||
doc = doc = Doc(nlp.vocab, words=[u'hello', u'world', u'!'],
|
doc = Doc(nlp.vocab, words=[u'hello', u'world', u'!'],
|
||||||
spaces=[True, False, False])
|
spaces=[True, False, False])
|
||||||
|
|
||||||
+h(2, "init") Doc.__init__
|
+h(2, "init") Doc.__init__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user