public class DumpTerm extends Object implements TermPipeline
Constructor and Description |
---|
DumpTerm(TermPipeline _next)
Construct a new DumpTerm objecy
|
Modifier and Type | Method and Description |
---|---|
void |
processTerm(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.
|
public DumpTerm(TermPipeline _next)
public void processTerm(String t)
processTerm
in interface TermPipeline
t
- String the term to pass onto next pipeline objectpublic boolean reset()
reset
in interface TermPipeline
Terrier 4.0. Copyright © 2004-2014 University of Glasgow