Example usage for weka.core.stemmers Stemmer interface-usage

List of usage examples for weka.core.stemmers Stemmer interface-usage

Introduction

In this page you can find the example usage for weka.core.stemmers Stemmer interface-usage.

Usage

From source file StemmerOverRide.java

/**
 * ADDED BY RACHEL WARREN: This stemmer has been modified so that the constructor takes an 
 * arrray of strings which are words which will not be stemmed.
 * 
 <!-- globalinfo-start -->
 * A stemmer based on the Lovins stemmer, described here:<br/>

From source file news.classifier.MyIndonesiaStemmer.java

/**
 *
 * @author Winson
 */
public class MyIndonesiaStemmer implements Stemmer {
    /**

From source file reactivetechnologies.sentigrade.engine.nlp.LemmatizationStemmer.java

public class LemmatizationStemmer implements Stemmer {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;