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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetDelimiters(String value)
Set the value of delimiters.
voidsetNGramMaxSize(int value)
Sets the max size of the Ngram.
voidsetNGramMinSize(int value)
Sets the min size of the Ngram.