mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
Update formatting [ci skip]
This commit is contained in:
parent
3913e18201
commit
0baaf836cf
|
@ -884,6 +884,7 @@
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"import spacy",
|
"import spacy",
|
||||||
"from benepar.spacy_plugin import BeneparComponent",
|
"from benepar.spacy_plugin import BeneparComponent",
|
||||||
|
"",
|
||||||
"nlp = spacy.load('en')",
|
"nlp = spacy.load('en')",
|
||||||
"nlp.add_pipe(BeneparComponent('benepar_en'))",
|
"nlp.add_pipe(BeneparComponent('benepar_en'))",
|
||||||
"doc = nlp(u'The time for action is now. It's never too late to do something.')",
|
"doc = nlp(u'The time for action is now. It's never too late to do something.')",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user