mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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
|
||||
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])
|
||||
|
||||
+h(2, "init") Doc.__init__
|
||||
|
|
Loading…
Reference in New Issue
Block a user