mirror of https://github.com/explosion/spaCy.git
✏️ typo in pysbd code example (#5821)
This commit is contained in:
parent
a69eb445dc
commit
a66ad89fcb
|
@ -2137,7 +2137,7 @@
|
|||
"category": ["scientific"],
|
||||
"tags": ["sentence segmentation"],
|
||||
"code_example": [
|
||||
"from pysbd.util import PySBDFactory",
|
||||
"from pysbd.utils import PySBDFactory",
|
||||
"",
|
||||
"nlp = spacy.blank('en')",
|
||||
"nlp.add_pipe(PySBDFactory(nlp))",
|
||||
|
|
Loading…
Reference in New Issue