|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.terms.StemmerTermPipeline
public abstract class StemmerTermPipeline
Abstract base class for Stemmers that are also TermPipeline instances
Field Summary | |
---|---|
protected TermPipeline |
next
|
Constructor Summary | |
---|---|
protected |
StemmerTermPipeline()
|
Method Summary | |
---|---|
void |
processTerm(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.terrier.terms.Stemmer |
---|
stem |
Field Detail |
---|
protected TermPipeline next
Constructor Detail |
---|
protected StemmerTermPipeline()
Method Detail |
---|
public void processTerm(java.lang.String t)
processTerm
in interface TermPipeline
t
- String the term to stem.public boolean reset()
reset
in interface TermPipeline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |