org.apache.lucene.analysis.de
Class GermanMinimalStemmer
java.lang.Object
  
org.apache.lucene.analysis.de.GermanMinimalStemmer
public class GermanMinimalStemmer
- extends Object
 
Minimal Stemmer for German.
 
 This stemmer implements the following algorithm:
 Morphologie et recherche d'information
 Jacques Savoy.
 
| 
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 | 
 
GermanMinimalStemmer
public GermanMinimalStemmer()
stem
public int stem(char[] s,
                int len)
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.