Java org.apache.mahout.vectorizer.collocations.llr Gram fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.vectorizer.collocations.llr Gram fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.vectorizer.collocations.llr Gram.

The text is from its open source code.

Constructor

Gram(String ngram, int frequency, Type type)
Create a gram with the specified frequency.
Gram(String ngram, Type type)
Create an gram with a frequency of 1

Method