|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
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 |
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 objectpublic boolean reset()
reset
in interface TermPipeline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |