Class ApplyTermPipeline

java.lang.Object
org.terrier.querying.ApplyTermPipeline
All Implemented Interfaces:
Process

public class ApplyTermPipeline
extends java.lang.Object
implements Process
  • Constructor Summary

    Constructors 
    Constructor Description
    ApplyTermPipeline()  
    ApplyTermPipeline​(java.lang.String pipeline)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getInfo()
    Returns the name of the processor.
    protected TermPipelineAccessor load_pipeline​(java.lang.String tp)
    load in the term pipeline
    void process​(Manager manager, Request q)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.terrier.querying.Process

    process