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

ParenthesizedSentence: max_length and word count #843

Open
edwardwoodward opened this issue Aug 15, 2018 · 1 comment
Open

ParenthesizedSentence: max_length and word count #843

edwardwoodward opened this issue Aug 15, 2018 · 1 comment

Comments

@edwardwoodward
Copy link

The default value of max_length appears to be 10.
However, if the maximum allowed length is 10 this means that up to 10 words is OK.
In fact, RedPen flags parentheses containing 10 words.
Also, it's not clear what RedPen counts as a word. For example, with max_length set to 8, the following parenthesis is flagged:
(for example, “12,000” instead of “12000”)

@edwardwoodward
Copy link
Author

In addition to the above, ParenthesizedSentence also seems to have problems with parentheses inside asciidoc tables. In this case, I have the following text:
(one parenthesized phrase inside another (such as this) on a good day)
When it is inside a table, it is not flagged.
When it is outside a table, it is flagged.

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

No branches or pull requests

1 participant