SentenceSegmenter in v3? #9198
Answered
by
polm
shahidkhan021
asked this question in
Help: Other Questions
-
in sapcy 2.0 i was using from spacy.pipeline import SentenceSegmenter what is equivalent in spacy 3 |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Sep 13, 2021
Replies: 1 comment 2 replies
-
See the Sentencizer. Note that even in the later releases of v2 the SentenceSegmenter was deprecated in favor of the Sentencizer. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the Sentencizer.
Note that even in the later releases of v2 the SentenceSegmenter was deprecated in favor of the Sentencizer.