mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix multiprocessing for as_tuples=True (#4582)
This commit is contained in:
parent
4b95587ad4
commit
4e43c0ba93
|
@ -769,6 +769,7 @@ class Language(object):
|
|||
texts,
|
||||
batch_size=batch_size,
|
||||
disable=disable,
|
||||
n_process=n_process,
|
||||
component_cfg=component_cfg,
|
||||
)
|
||||
for doc, context in izip(docs, contexts):
|
||||
|
|
Loading…
Reference in New Issue
Block a user