cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.13k stars 78 forks source link

Remove our custom split on [.!?] for sentence segmenter #1753

Open AndreasArvidsson opened 1 year ago

AndreasArvidsson commented 1 year ago

sbd has a bug if the sentence ends with a capitalized word(eg proper noun). Once this is fixed we should revert our regex. https://github.com/Tessmore/sbd/issues/44

AndreasArvidsson commented 9 months ago

Looks like the sbd library hasn't has any updates in a long time so we should probably not expect this to be fixed.