mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
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")
|
nlp.add_pipe(custom_component, after="parser")
|
||||||
|
|
||||||
text = ["I like bananas.", "Do you like them?", "No, I prefer wasabi."]
|
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):
|
for doc in nlp.pipe(text, n_process=2):
|
||||||
print(doc)
|
print(doc)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user