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

Comma before "in which" / "to which"

English
Hierarchy: 
Part: 
Sentence
Scope: 
POS
Features: 
previous.is_word && current.is_preposition && next.text == "which"
Suggestion: 
previous.text + ", " + 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: