mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix issue #1959
This commit is contained in:
parent
7ba4111554
commit
3765d84d57
|
@ -720,5 +720,5 @@ class DisabledPipes(list):
|
|||
|
||||
def _pipe(func, docs):
|
||||
for doc in docs:
|
||||
func(doc)
|
||||
doc = func(doc)
|
||||
yield doc
|
||||
|
|
Loading…
Reference in New Issue
Block a user