de.fh_mannheim.mm.dms.framework.linguistic
Interface IStemmer

All Known Implementing Classes:
IteratedLovinsStemmer, LovinsStemmer, StemmerEN, StemmerFR, StemmerGE

public interface IStemmer

IStemmer is an interface for stemmers.

Version:
$Revision: 1.4 $
Author:
Jan Löffler, mail@jlsoft.de

Method Summary
 java.lang.String stem(java.lang.String strWord)
          Stem the given word.
 

Method Detail

stem

public java.lang.String stem(java.lang.String strWord)
Stem the given word.

Parameters:
strWord - Word, which should be stemmed
Returns:
stemmed word