de.fh_mannheim.mm.dms.framework.linguistic
Class StemmerGE
java.lang.Object
de.fh_mannheim.mm.dms.framework.linguistic.StemmerGE
- All Implemented Interfaces:
- IStemmer
- public class StemmerGE
- extends java.lang.Object
- implements IStemmer
StemmerGE is a german stemmer.
- Version:
- $Revision: 1.4 $
- Author:
- Jan Löffler, mail@jlsoft.de
|
Method Summary |
java.lang.String |
stem(java.lang.String strWord)
Stemms the given term to an unique discriminator. |
java.lang.StringBuffer |
stem(java.lang.StringBuffer strWord)
Stemms the given term to an unique discriminator. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CH_TOKEN
public static final char CH_TOKEN
- Token-chars for exchanging
- See Also:
- Constant Field Values
EI_TOKEN
public static final char EI_TOKEN
- See Also:
- Constant Field Values
IE_TOKEN
public static final char IE_TOKEN
- See Also:
- Constant Field Values
IG_TOKEN
public static final char IG_TOKEN
- See Also:
- Constant Field Values
REP_TOKEN
public static final char REP_TOKEN
- See Also:
- Constant Field Values
SCH_TOKEN
public static final char SCH_TOKEN
- See Also:
- Constant Field Values
ST_TOKEN
public static final char ST_TOKEN
- See Also:
- Constant Field Values
StemmerGE
public StemmerGE()
stem
public java.lang.StringBuffer stem(java.lang.StringBuffer strWord)
- Stemms the given term to an unique discriminator.
- Parameters:
strWord - The term that should be stemmed.
- Returns:
- Discriminator for term
stem
public java.lang.String stem(java.lang.String strWord)
- Stemms the given term to an unique discriminator.
- Specified by:
stem in interface IStemmer
- Parameters:
strWord - The term that should be stemmed.
- Returns:
- Discriminator for term