edu.udo.cs.wvtool.generic.stemmer
Class DummyStemmer

java.lang.Object
  extended by edu.udo.cs.wvtool.generic.stemmer.AbstractStemmer
      extended by edu.udo.cs.wvtool.generic.stemmer.DummyStemmer
All Implemented Interfaces:
SimpleStemmer, WVTStemmer, TokenEnumeration

public class DummyStemmer
extends AbstractStemmer

Does not do anything with the tokens.

Version:
$Id: DummyStemmer.java,v 1.2 2006/06/06 11:45:23 mjwurst Exp $
Author:
Michael Wurst

Constructor Summary
DummyStemmer()
           
 
Method Summary
 java.lang.String getBase(java.lang.String s)
          Produce the base form of a given term.
 
Methods inherited from class edu.udo.cs.wvtool.generic.stemmer.AbstractStemmer
hasMoreTokens, nextToken, stem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyStemmer

public DummyStemmer()
Method Detail

getBase

public java.lang.String getBase(java.lang.String s)
Description copied from interface: SimpleStemmer
Produce the base form of a given term.

Specified by:
getBase in interface SimpleStemmer
Specified by:
getBase in class AbstractStemmer
Parameters:
s - a term
Returns:
the base form of the term