List of usage examples for weka.core.stemmers Stemmer interface-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;