✏️ typo in pysbd code example (#5821)

This commit is contained in:
Nipun Sadvilkar 2020-07-27 13:13:39 +05:30 committed by Adriane Boyd
parent 199f3ff7de
commit 1bfc177b10

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