Solve a grammar issue forever by creating a grammar rule! You will also receive 50 000 pro credits worth $5! Read here how!

Indefinite Article - Subject Agreement

English
Hierarchy: 
Part: 
Sentence
Scope: 
POS
Features: 
previous.is_indefinite_article && current.is_adjective && next.is_plural_noun
Suggestion: 
current.text + " " + next.text
"the " + current.text + " " + next.text
previous.text + " " + current.text + " " + next.base_form
Notes: 
[JJRSCD] because I accespt JJ JJR JJS CD and NN NNS NNP NNPS
Description: 

Plural nouns take either a definite article or no article, but not an Indefinite article. Vica versa, indefinite articles, a/an, take singular nouns only.

  • Incorrect: "A big beds of roses"
  • Correct: "A big bed of roses"
Weight: 
0
Admin
Approved: 
Ignore: 
Ngram Check: