Spacy's Sentencizer is Giving Different Sentence boundaries #10454
Unanswered
shamilsaeed
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Can you provide the output of Note that you appear to be using the parser for sentence boundaries and not the sentencizer, which is a separate component. Also, if you don't have a particular reason for using 3.0.0, I would recommend upgrading, as there have been several bugfixes since then., though I can't think of any that would cause a difference between environments like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am getting an issue with Spacy Sentencizer giving different sentence boundaries on specific sentences.
Current Spacy version: 3.0.0
Current Spacy model: en_core_web_sm (3.0.0)
It works fine on jupyter but gets messed up on docker container.
The problem is happening right here. Given
This prints:
Not sure why it splits at comma (,), but does not happen in my jupyter.
Does anyone know why this may be happening?
Beta Was this translation helpful? Give feedback.
All reactions