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