tokenize abstract method

List<String> tokenize(
  1. String text
)

Returns exact ordered token strings for cleaned text.

Implementation

List<String> tokenize(String text);