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
I am attempting to write a Vale rule to highlight ambiguous pronouns in a sentence. I want the rule to fire on a pronoun (PRP) or personal pronoun possessive (PRP$) only when it is preceded by 2 or more nouns in the sentence. I don't think this is possible currently. See https://studio.vale.sh/s/fa39e2d796458f6e8903cb5728807282
Note the last line in the fixture. The sequence rule doesn't handle multiple instances of the same POS tag.
Something like a min or max count field in the sequence rule would be useful for rules like this I think.
Check for existing issues
Describe the feature
I am attempting to write a Vale rule to highlight ambiguous pronouns in a sentence. I want the rule to fire on a pronoun (PRP) or personal pronoun possessive (PRP$) only when it is preceded by 2 or more nouns in the sentence. I don't think this is possible currently. See https://studio.vale.sh/s/fa39e2d796458f6e8903cb5728807282
Note the last line in the fixture. The sequence rule doesn't handle multiple instances of the same POS tag.
Something like a min or max count field in the sequence rule would be useful for rules like this I think.
The text was updated successfully, but these errors were encountered: