mirror of https://github.com/explosion/spaCy.git
remove old comment
This commit is contained in:
parent
65f5b48b5d
commit
51d37033c8
|
@ -35,6 +35,5 @@ def test_issue4903():
|
|||
nlp.add_pipe(custom_component, after="parser")
|
||||
|
||||
text = ["I like bananas.", "Do you like them?", "No, I prefer wasabi."]
|
||||
# works without 'n_process'
|
||||
for doc in nlp.pipe(text, n_process=2):
|
||||
print(doc)
|
||||
|
|
Loading…
Reference in New Issue