termSplitter property

TextSplitter termSplitter

Returns a list of words from text.

A word is defined as a sequence of word-characters bound by word boundaries either side. By definition all non-word characters are excluded from this definition.

Implementation

TextSplitter get termSplitter;