Class Tokenizer

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
sklearn.feature_extraction.text.Tokenizer
All Implemented Interfaces:
collections.Callable, Serializable, Cloneable, Map<String,Object>
Direct Known Subclasses:
Matcher, Splitter

public abstract class Tokenizer extends org.jpmml.python.PythonObject implements collections.Callable
See Also:
  • Constructor Details

  • Method Details

    • configure

      public abstract org.dmg.pmml.TextIndex configure(org.dmg.pmml.TextIndex textIndex)
    • formatStopWordsRE

      public abstract String formatStopWordsRE(List<String> stopWords)