|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.terms.DumpTerm
public class DumpTerm
Useful development phase TermPipeline object that allows prints every term that passes through it to System.err
Constructor Summary | |
---|---|
DumpTerm(TermPipeline next)
Construct a new DumpTerm objecy |
Method Summary | |
---|---|
void |
processTerm(java.lang.String t)
Displays the given on STDERR, then passes onto next pipeline object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DumpTerm(TermPipeline next)
Method Detail |
---|
public void processTerm(java.lang.String t)
processTerm
in interface TermPipeline
t
- String the term to pass onto next pipeline object
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |