Uses of Interface
org.terrier.querying.Process
- 
Packages that use Process Package Description org.terrier.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.
- 
- 
Uses of Process in org.terrier.learningClasses in org.terrier.learning that implement Process Modifier and Type Class Description classLabelDecoratorA post-process to expand an existing result set to a FeaturedResultSet and add labels
- 
Uses of Process in org.terrier.queryingSubinterfaces of Process in org.terrier.querying Modifier and Type Interface Description interfaceMQTRewritingProcessinterfacePostProcessDeprecated.Classes in org.terrier.querying that implement Process Modifier and Type Class Description classApplyTermPipelineclassDecorateThis class decorates a result set with metadata.classDependenceModelPreProcessclassMatchingOpQLParserclassNoNegativeReqclassQueryExpansionImplements automatic query expansion as PostProcess that is applied to the result set after 1st-time matching.classSimpleDecorateProcessA simple decorator, which applies all metadata in the MetaIndex to each retrieved, displayed document.classTerrierQLParserclassTerrierQLToControlsclassTerrierQLToMatchingQueryTerms
 
-