Package org.jpmml.evaluator
Class TextMatcher
- java.lang.Object
-
- org.jpmml.evaluator.TextTokenizer
-
- org.jpmml.evaluator.TextMatcher
-
public class TextMatcher extends TextTokenizer
- See Also:
TextIndex.getWordRE()
-
-
Constructor Summary
Constructors Constructor Description TextMatcher(String wordRE, org.dmg.pmml.PMMLObject context)TextMatcher(Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenizedStringtokenize(String string)-
Methods inherited from class org.jpmml.evaluator.TextTokenizer
getPattern
-
-
-
-
Method Detail
-
tokenize
public TokenizedString tokenize(String string)
- Specified by:
tokenizein classTextTokenizer
-
-