Change segmentaion rule #13447
Unanswered
YaminoYuki
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
-
I was able to do it in a different way
and the result is
but still with '\n' is not working any idea why ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to change (not to add to the pipeline) the segmentation rule
steps:
The rule I want to use (segment depending on new line only)
in previous versions there was SentenceSegmenter model which it was replaced by Sentencizer model
with SentendSegmenter it was straightforward to change the rule:
but now with Sentencizer I do not know the exact steps:
is this correct ? if yes then what is next ?
I have posted the question on Stackoverflow but there was no answer for that
again my question is not how to add I have already done with that
spaCy verison
3.7.2
python version
3.12.2
Used IDE
Anaconda + jupyter notebook
Beta Was this translation helpful? Give feedback.
All reactions