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

Incomplete Alternative Comparison

English
Hierarchy: 
Part: 
Sentence
Scope: 
POS
Features: 
(previous.is_preposition || previous.is_adverb) && ( current.is_adverb || current.is_adjective ) && next.text != "as"
Suggestion: 
previous.text + " " + current.text + " as " + next.text
Notes: 
Using negative lookaround http://www.regular-expressions.info/lookaround.html Using [RBJ] because can be adjective or adverb between as Need to fix this rule, eg "undetected even as far as high school."
Description: 

This check is as good as it gets. Use "as adjective as" to make an alternative comparison. 

Weight: 
0
Admin
Approved: 
Ignore: 
Ngram Check: