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
As mentioned in issue #10 sentencex strips whitespace around sentences so it's not really "non-destructive" like the docs state. It can be shown in the demo: if you add multiple whitespaces at the beginning of a sentence, they don't appear in the output.
While it's easy to restore the missing whitespace to the output by comparing it to the full text, it would be nice if sentencex wouldn't strip it in the first place, or if that were optional. At the very least the docs should be corrected in the meantime to avoid confusion.
The text was updated successfully, but these errors were encountered:
As mentioned in issue #10 sentencex strips whitespace around sentences so it's not really "non-destructive" like the docs state. It can be shown in the demo: if you add multiple whitespaces at the beginning of a sentence, they don't appear in the output.
While it's easy to restore the missing whitespace to the output by comparing it to the full text, it would be nice if sentencex wouldn't strip it in the first place, or if that were optional. At the very least the docs should be corrected in the meantime to avoid confusion.
The text was updated successfully, but these errors were encountered: