mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
Fix typo
This commit is contained in:
parent
37b9be2acd
commit
26bc75134d
|
@ -89,7 +89,7 @@ p Match a stream of documents, yielding them in turn.
|
||||||
+aside-code("Example").
|
+aside-code("Example").
|
||||||
from spacy.matcher import Matcher
|
from spacy.matcher import Matcher
|
||||||
matcher = Matcher(nlp.vocab)
|
matcher = Matcher(nlp.vocab)
|
||||||
for doc in matcher.pipe(texts, batch_size=50, n_threads=4):
|
for doc in matcher.pipe(docs, batch_size=50, n_threads=4):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
+table(["Name", "Type", "Description"])
|
+table(["Name", "Type", "Description"])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user