Example usage for weka.filters.unsupervised.attribute StringToWordVector subclass-usage

List of usage examples for weka.filters.unsupervised.attribute StringToWordVector subclass-usage

Introduction

In this page you can find the example usage for weka.filters.unsupervised.attribute StringToWordVector subclass-usage.

Usage

From source file com.reactivetechnologies.analytics.lucene.TextInstanceFilter.java

public class TextInstanceFilter extends StringToWordVector {

    /**
     * 
     */
    private static final long serialVersionUID = -2252812893678029864L;

From source file etc.aloe.filters.SimpleStringToWordVector.java

/**
 * Extension of Weka's StringToWordVector filter that allows a string attribute
 * to be specified by name, and uses a special term filter (NoNonsenseStemmer).
 *
 * @author Michael Brooks <mjbrooks@uw.edu>
 */