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
I'm getting this error every once in a while, for example, for text:
'Remuneration Report. 9.8.4(5) Directors? (the Company) See paragraph headed ?Capital structure? in this report. 9.8.4(8) Non-pro-rata allotments of equity for cash (major subsidiaries) N/A 9.8.4(10) Contracts of significance involving a Director N/A 9.8.4(11) Contracts of significance involving a controlling shareholder N/A 9.8.4(12) Waivers of dividends N/A 9.8.4(13) Waivers of future dividends N/A 9.8.4(14) Agreement with a controlling shareholder (LR 9.2.2.AR(2)(a)) See Corporate'
I get: unbalanced parenthesis at position 14
This is how I instantiate and run: segmenter = pysbd.Segmenter(language="en", clean=True, doc_type="pdf") sentences = segmenter.segment(txt)
where txt is the string above.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm getting this error every once in a while, for example, for text:
I get: unbalanced parenthesis at position 14
This is how I instantiate and run:
segmenter = pysbd.Segmenter(language="en", clean=True, doc_type="pdf")
sentences = segmenter.segment(txt)
where
txt
is the string above.Thanks!
The text was updated successfully, but these errors were encountered: