Extending Sentencizer to allow for "start of sentence chars" instead of just "punct chars" #12683
NixBiks
started this conversation in
New Features & Project Ideas
Replies: 1 comment 3 replies
-
We appreciate the idea and can definitely see how it would be useful, but since it's relatively easy to write a custom rule-based component for sentence boundary detection, I think we'd prefer not to expand |
Beta Was this translation helpful? Give feedback.
3 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.
-
Currently you can only add punct chars as input to the sentencizer.
It would be great to be able to also add characters that denotes the start of a sentence, e.g. a bullet point. I can make a PR if you think it's a good idea.
Let me know.
Beta Was this translation helpful? Give feedback.
All reactions