static LLS stringsToLineCompSplits_wordMode(LS strings) { new LineCompCompressor comp; comp.caseInsensitive = true; ret (L) lambdaMap(l -> lambdaMap nlToSpace(l), values(lcEncodingsAsStringLists( lcLineMode(comp, listToStringCountKeys(lambdaMap(s -> lines_rtrim(javaTokC(s)), strings)))))); } static LLS stringsToLineCompSplits_wordMode(S... strings) { ret stringsToLineCompSplits_wordMode(asList(strings)); }