Uses of Class
weka.core.tokenizers.Tokenizer
Package
Description
-
Uses of Tokenizer in weka.classifiers.bayes
Modifier and TypeMethodDescriptionNaiveBayesMultinomialText.getTokenizer()
Returns the current tokenizer algorithm.Modifier and TypeMethodDescriptionvoid
NaiveBayesMultinomialText.setTokenizer
(Tokenizer value) the tokenizer algorithm to use. -
Uses of Tokenizer in weka.classifiers.functions
Modifier and TypeMethodDescriptionSGDText.getTokenizer()
Returns the current tokenizer algorithm.Modifier and TypeMethodDescriptionvoid
SGDText.setTokenizer
(Tokenizer value) the tokenizer algorithm to use. -
Uses of Tokenizer in weka.core
Modifier and TypeMethodDescriptionDictionaryBuilder.getTokenizer()
Returns the current tokenizer algorithm.Modifier and TypeMethodDescriptionvoid
DictionaryBuilder.setTokenizer
(Tokenizer value) the tokenizer algorithm to use. -
Uses of Tokenizer in weka.core.converters
Modifier and TypeMethodDescriptionDictionarySaver.getTokenizer()
Returns the current tokenizer algorithm.Modifier and TypeMethodDescriptionvoid
DictionarySaver.setTokenizer
(Tokenizer value) the tokenizer algorithm to use. -
Uses of Tokenizer in weka.core.tokenizers
Modifier and TypeClassDescriptionclass
Alphabetic string tokenizer, tokens are to be formed only from contiguous alphabetic sequences.class
Abstract superclass for tokenizers that take characters as delimiters.class
Splits a string into an n-gram with min and max grams.class
Splits a string into an n-gram with min and max grams.class
A simple tokenizer that is using the java.util.StringTokenizer class to tokenize the strings.Modifier and TypeMethodDescriptionstatic void
Tokenizer.runTokenizer
(Tokenizer tokenizer, String[] options) initializes the given tokenizer with the given options and runs the tokenizer over all the remaining strings in the options array.static String[]
initializes the given tokenizer with the given options and runs the tokenizer over all the remaining strings in the options array. -
Uses of Tokenizer in weka.filters.unsupervised.attribute
Modifier and TypeMethodDescriptionFixedDictionaryStringToWordVector.getTokenizer()
Returns the current tokenizer algorithm.StringToWordVector.getTokenizer()
Returns the current tokenizer algorithm.Modifier and TypeMethodDescriptionvoid
FixedDictionaryStringToWordVector.setTokenizer
(Tokenizer value) the tokenizer algorithm to use.void
StringToWordVector.setTokenizer
(Tokenizer value) the tokenizer algorithm to use.