Gets all words in the text.
Iterable<string> get words => text.splitWords(WordSplitMode.keepSplitters).defaultIfEmpty(text);