Comma before "which"

English
Hierarchy: 
Part: 
Sentence
Scope: 
POS
Features: 
(current.is_noun || current.is_verb) && next.text == "which"
Suggestion: 
current.text + ", " + next.text
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
Admin
Approved: 
Ignore: 
Ngram Check: