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

Robust support for number of spaces between sentences. #25

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

Robust support for number of spaces between sentences. #25

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Right now we just look at the number of spaces after the first sentence to 
determine the number of spaces between sentences. It would probably be better 
to get rid of sentence_separator entirely and do what word does: attach spaces 
to the end of each sentence. I don't think that this would harm most of the 
javascript; we can sentences.join('') rather than 
sentences.join(sentence_separator).

Original issue reported on code.google.com by [email protected] on 9 Jun 2010 at 4:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant