nipunsadvilkar/pySBD

How to separate sentences when there is no punctuation?

asasas234 opened this issue · 2 comments

for example:

how are you fine thank you and you

I hope to be able to divide the above words into 3 sentences.

  1. how are you
  2. fine thank you
  3. and you

Probably need some sort of machine learning module to do that kind of sentence breaking. pySBD uses heuristics based on punctuation.

Yes pySBD is rules based and heuristics module so wont work on use-cases where there not all any punctuation.