AIMohsin/grammar-writing-engine
0
1[2 {3 "id": "subject_verb_agreement",4 "pattern": "\\bHe do not\\b",5 "replace": "He does not",6 "why": "Third person singular requires 'does not'.",7 "ielts": true,8 "css": true,9 "band_penalty": 0.510 },11 {12 "id": "past_participle_after_has",13 "pattern": "\\bhas finish\\b",14 "replace": "has finished",15 "why": "Has/Have must be followed by past participle (V3).",16 "ielts": true,17 "css": true,18 "band_penalty": 0.519 },20 {21 "id": "second_conditional",22 "pattern": "\\bIf he would work\\b",23 "replace": "If he worked",24 "why": "Second conditional uses past simple in if-clause.",25 "ielts": true,26 "css": true,27 "band_penalty": 1.028 },29 {30 "id": "illogical_comparison",31 "pattern": "bigger than her sister\\b",32 "replace": "bigger than her sister’s house",33 "why": "Comparison must be between similar things.",34 "ielts": true,35 "css": true,36 "band_penalty": 1.037 }38]39 