List of usage examples for weka.filters.unsupervised.attribute StringToWordVector subclass-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>
*/