de.fh_mannheim.mm.dms.framework.linguistic
Class StemmerGE

java.lang.Object
  extended byde.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

Field Summary
static char CH_TOKEN
          Token-chars for exchanging
static char EI_TOKEN
           
static char IE_TOKEN
           
static char IG_TOKEN
           
static char REP_TOKEN
           
static char SCH_TOKEN
           
static char ST_TOKEN
           
 
Constructor Summary
StemmerGE()
           
 
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
 

Field Detail

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
Constructor Detail

StemmerGE

public StemmerGE()
Method Detail

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