Package weka.core.tokenizers
package weka.core.tokenizers
-
ClassDescriptionAlphabetic string tokenizer, tokens are to be formed only from contiguous alphabetic sequences.Abstract superclass for tokenizers that take characters as delimiters.Splits a string into an n-gram with min and max grams.Splits a string into an n-gram with min and max grams.A superclass for all tokenizer algorithms.A simple tokenizer that is using the java.util.StringTokenizer class to tokenize the strings.