svoid dm_addSplitIntoSentencesExample(S input, LS sentences) { dm_requireAndCallModule("#1021321/SplitIntoSentencesExamples", 'addEntry, input, sentences); } svoid mapLike dm_addSplitIntoSentencesExample(O splitFunction, S input) { dm_addSplitIntoSentencesExample(input, assertNotNull((LS) callF(splitFunction, input))); }