public class TextUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
normalize(org.dmg.pmml.TextIndex textIndex,
String string) |
static String |
normalize(org.dmg.pmml.TextIndex textIndex,
org.dmg.pmml.TextIndexNormalization textIndexNormalization,
String string) |
static int |
termFrequency(org.dmg.pmml.TextIndex textIndex,
List<String> textTokens,
List<String> termTokens) |
static List<String> |
tokenize(org.dmg.pmml.TextIndex textIndex,
String text) |
Copyright © 2020. All rights reserved.