English
Hierarchy:
Part:
Sentence
Scope:
POS
Features:
previous.is_word && current.is_preposition && next.text == "which"
Suggestion:
previous.text + ", " + current.text + " " + next.text
External References:
Notes:
used to be /(\w+) (\w+_[IN]+ )?(which)/ added to_TO for "to which"
Description:
Use “that” restrictively, and “which” nonrestrictively. The easy way to remember: which is preceded by a comma; that is not (in 99% of the cases). This check makes sure you have a comma before which.
Weight:
0
Ignore:
Ngram Check: