org.apache.lucene.analysis.en
Class EnglishMinimalStemmer

java.lang.Object
  extended by org.apache.lucene.analysis.en.EnglishMinimalStemmer

public class EnglishMinimalStemmer
extends Object

Minimal plural stemmer for English.

This stemmer implements the "S-Stemmer" from How Effective Is Suffixing? Donna Harman.


Constructor Summary
EnglishMinimalStemmer()
           
 
Method Summary
 int stem(char[] s, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnglishMinimalStemmer

public EnglishMinimalStemmer()
Method Detail

stem

public int stem(char[] s,
                int len)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.