Java weka.core.tokenizers Tokenizer fields, constructors, methods, implement or subclass

Example usage for Java weka.core.tokenizers Tokenizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.tokenizers Tokenizer.

The text is from its open source code.

Method

booleanhasMoreElements()
Tests if this enumeration contains more elements.
StringnextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
voidtokenize(String s)
Sets the string to tokenize.