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
Ignore:
Ngram Check: