You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "check.py", line 5, in <module>
segmenter.segment(text)
File ".../python3.7/site-packages/pysbd/segmenter.py", line 87, in segment
postprocessed_sents = self.processor(text).process()
File ".../python3.7/site-packages/pysbd/processor.py", line 37, in process
self.replace_periods_before_numeric_references()
File ".../python3.7/site-packages/pysbd/processor.py", line 141, in replace_periods_before_numeric_references
r"∯\2\r\7", self.text)
File ".../python3.7/re.py", line 192, in sub
return _compile(pattern, flags).sub(repl, string, count)
KeyboardInterrupt
this is pysbd version 0.3.3, python 3.7.7
Could it be entering into an infinite loop?
(I found this bug by applying pysbd to wikipedia, on this article: https://en.wikipedia.org/wiki/Clojure it tripped up on "...[484 216 622 139 651 592 379 228 242 355]"
The text was updated successfully, but these errors were encountered:
The below seems to hang forever-
Interrupting I get the traceback:
this is pysbd version 0.3.3, python 3.7.7
Could it be entering into an infinite loop?
(I found this bug by applying pysbd to wikipedia, on this article: https://en.wikipedia.org/wiki/Clojure it tripped up on "...[484 216 622 139 651 592 379 228 242 355]"
The text was updated successfully, but these errors were encountered: