Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentences can contain new lines (\r\n) #52

Open
ccoffey1 opened this issue Mar 2, 2019 · 0 comments
Open

Sentences can contain new lines (\r\n) #52

ccoffey1 opened this issue Mar 2, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ccoffey1
Copy link
Collaborator

ccoffey1 commented Mar 2, 2019

Sentence splitting can include new lines, causing the reader to stack text.

Use something like this to fix it:
sentenceText.Split(new char[]{' ', '\r', '\n'}, StringSplitOptions.RemoveEmptyEntries);

@ccoffey1 ccoffey1 added the bug Something isn't working label Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant