public class RemoveDiacritics extends Object implements TermPipeline
| Modifier and Type | Field and Description |
|---|---|
protected TermPipeline |
next |
| Constructor and Description |
|---|
RemoveDiacritics(TermPipeline next) |
| Modifier and Type | Method and Description |
|---|---|
void |
processTerm(String t)
Processes a term using the current term pipeline component and
passes the output to the next pipeline component, if the
term has not been discarded.
|
boolean |
reset()
This method implements the specific rest option needed to implements
query or doc oriented policy.
|
protected final TermPipeline next
public RemoveDiacritics(TermPipeline next)
public void processTerm(String t)
TermPipelineprocessTerm in interface TermPipelinet - String the term to process.public boolean reset()
TermPipelinereset in interface TermPipelineTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow