✏️ typo in pysbd code example (#5821)

This commit is contained in:
Nipun Sadvilkar 2020-07-27 13:13:39 +05:30 committed by GitHub
parent a69eb445dc
commit a66ad89fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))",