Java opennlp.tools.ngram NGramGenerator fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.ngram NGramGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.ngram NGramGenerator.

The text is from its open source code.

Method

Listgenerate(List input, int n, String separator)
Creates an ngram separated by the separator param value i.e.
Listgenerate(char[] input, int n, String separator)
Generates an nGram based on a char[] input