microsoft / BlingFire

A lightning fast Finite State machine and REgular expression manipulation library.
MIT License
1.83k stars 128 forks source link

BlingFire fails with all-lowercase text #165

Open mhillebrand opened 1 year ago

mhillebrand commented 1 year ago

When I ask BlingFire to separate the sentences found in all-lowercase text, it often doesn't separate anything and just returns the same, singular input string....or an empty string.

sents = text_to_sentences(text)

Is this a known issue?