Put a comma after a conjunctive adverb at the beginning of the sentence

English
Hierarchy: 
Part: 
Word
Scope: 
Text
Features: 
current.sentence_start && dict[current.word] && "conjunctive_adverb" in dict[current.word] && current.conjunctive_adverb_end && next.text != ","
Suggestion: 
current.text + ", " + next.text
Notes: 
conjunctive_adverb_end should serve for conjunctive adverbs that have 2 or more words, such as "that is", "on the other hand". Will also need to revisit "sentence_start" given for longer conjunctive adverbs, we might have to look at structures / phases. Eg grammatical_strucutre.order = 1, or sg like that.
Description: 

A Conjunctive Adverb must be followed by a comma if you position it at the beginning of the sentence to indicate result, concession, apposition, addition, time, contrast, summary, or reinforcement.

Weight: 
0
Admin
Approved: 
Ignore: 
Ngram Check: