We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.inpressionedit.com/2016/11/12/fix-ambiguous-pronouns/
The text was updated successfully, but these errors were encountered:
I don't think this is possible with Vale, especially when the ambiguous pronoun might require the context of the previous sentence(s).
A rudimentary attempt at linting ambiguous pronouns in the sentence scope is here: https://studio.vale.sh/s/a1cba1f1cef1ff38e95f309a0895ac45
--- extends: sequence message: "Avoid ambiguous pronouns" level: suggestion ignorecase: true tokens: - tag: NN|NNP|NNPS|NNS skip: 8 negate: true - tag: NN|NNP|NNPS|NNS skip: 8 negate: true - tag: PRP|PRP$ pattern: he|she|its?|they|his|her|their
Sorry, something went wrong.
No branches or pull requests
https://www.inpressionedit.com/2016/11/12/fix-ambiguous-pronouns/
The text was updated successfully, but these errors were encountered: