termSplitter property

  1. @override
TextSplitter get termSplitter
override

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

@override
TextSplitter get termSplitter => _splitToTerms;