tokenize property
When true, the search algorithm will search individual words and the full string,
computing the final score as a function of both. Note that when tokenize
is true
,
the threshold
, distance
, and location
are inconsequential for individual tokens.
Implementation
final bool tokenize;