org.apache.lucene.analysis.en
Class EnglishMinimalStemmer
java.lang.Object
  
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.
 
| 
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 | 
 
EnglishMinimalStemmer
public EnglishMinimalStemmer()
stem
public int stem(char[] s,
                int len)
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.