ugermann / ssplit-cpp

Approximate reimplementation of the sentence splitter from the Moses toolkit.
Other
4 stars 9 forks source link

Fix bug in regex for sentence splitting #25

Closed ugermann closed 3 years ago

ugermann commented 3 years ago

This PR fixes a bug in sentence splitting. Prior to this fix

Heute (9. Mai) ist ein Montag.

was incorrectly split after 9.

ugermann commented 3 years ago

... also makes the test scripts executable.