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(java.lang.String wordRE, org.dmg.pmml.PMMLObject context)TextMatcher(java.util.regex.Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenizedStringtokenize(java.lang.String string)-
Methods inherited from class org.jpmml.evaluator.TextTokenizer
getPattern
-
-
-
-
Method Detail
-
tokenize
public TokenizedString tokenize(java.lang.String string)
- Specified by:
tokenizein classTextTokenizer
-
-