public final class TextTokenizer extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getTokenizedText(String text) |
static String |
getTokenizedText(String text,
boolean separateDigits) |
static List<String> |
getTokens(String word) |
static List<String> |
getTokens(String word,
boolean separateDigits) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.