nipunsadvilkar / pySBD

🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.
MIT License
782 stars 82 forks source link

sre_constants.error: missing ), unterminated subpattern at position 0 #93

Closed GabrielLin closed 3 years ago

GabrielLin commented 3 years ago

The title error is raised when segmenting the following text:

Let X be the space of features (e.g., X = R d for some positive integer d), Y be the space of outcomes (e.g., Y = {0, 1}), and G = (V (G), E(G)) be a graph with a vertex set V (G) and edge set E(G) ⊆ V (G) × V (G). The graph classification problem is stated follow 1 .
GabrielLin commented 3 years ago

I am sorry. This issue has been fixed at the 0.3.4 version. Thanks.