public abstract class StemmerTermPipeline extends Object implements Stemmer, TermPipeline
Modifier and Type | Field and Description |
---|---|
protected TermPipeline |
next |
Modifier | Constructor and Description |
---|---|
protected |
StemmerTermPipeline() |
Modifier and Type | Method and Description |
---|---|
void |
processTerm(String t)
Stems the given term and passes onto the next object in the term pipeline.
|
boolean |
reset()
Implements the default operation for all TermPipeline subclasses;
By default do nothing.
|
protected TermPipeline next
public void processTerm(String t)
processTerm
in interface TermPipeline
t
- String the term to stem.public boolean reset()
reset
in interface TermPipeline
Terrier 4.0. Copyright © 2004-2014 University of Glasgow