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
External References:
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
Ignore:
Ngram Check: