pySBD icon indicating copy to clipboard operation
pySBD copied to clipboard

🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.

Results 33 pySBD issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. Error parsing the pattern `.*\.\w\..*` such as in the email: ``` [email protected] ``` **To Reproduce** Steps to...

I am getting a SyntaxError when debugging some code. The error is related to an invalid use with \ in the context of string matching (see link for exact line...