mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
add comment
This commit is contained in:
parent
05dedaa2cf
commit
65f5b48b5d
|
@ -1118,6 +1118,7 @@ def _apply_pipes(make_doc, pipes, receiver, sender, underscore_state):
|
|||
created by `multiprocessing.Pipe()`
|
||||
sender (multiprocessing.Connection): Pipe to send doc. Usually created by
|
||||
`multiprocessing.Pipe()`
|
||||
underscore_state (tuple): The data in the Underscore class of the parent
|
||||
"""
|
||||
Underscore.load_state(underscore_state)
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user