Uses of Class
org.terrier.applications.CLITool
-
Packages that use CLITool Package Description org.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection.org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.evaluation Provides an interface and the classes to process relevance assessments and perform standard evaluation of retrieval results.org.terrier.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.org.terrier.rest Provides a HTTP REST service for providing resultsorg.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexingorg.terrier.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures.org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of CLITool in org.terrier.applications
Subclasses of CLITool in org.terrier.applications Modifier and Type Class Description static class
AbstractQuerying.AbstractQueryingCommand
static class
BatchIndexing.Command
static class
CLITool.CLIParsedCLITool
static class
CLITool.HelpAliasCLITool
static class
CLITool.HelpCLITool
static class
InteractiveQuerying.Command
class
ShowDocumentCommand
Utility command to display the contents of a document to stdout, as obtained from the direct index.Methods in org.terrier.applications with parameters of type CLITool Modifier and Type Method Description static void
CLITool. run(CLITool tool, java.lang.String[] args)
Method parameters in org.terrier.applications with type arguments of type CLITool Modifier and Type Method Description protected void
CLITool.HelpAliasCLITool. displayCommandAndAliases(java.lang.Iterable<CLITool> commandIter)
protected void
CLITool.HelpCLITool. displayCommandSummaries(java.lang.Iterable<CLITool> commandIter)
static void
CLITool. run(java.lang.Class<? extends CLITool> clz, java.lang.String[] args)
-
Uses of CLITool in org.terrier.applications.batchquerying
Subclasses of CLITool in org.terrier.applications.batchquerying Modifier and Type Class Description static class
ParallelTRECQuerying.Command
static class
TRECQuerying.Command
-
Uses of CLITool in org.terrier.evaluation
Subclasses of CLITool in org.terrier.evaluation Modifier and Type Class Description class
BatchEvaluationCommand
static class
TrecEvalEvaluation.Command
-
Uses of CLITool in org.terrier.learning
Subclasses of CLITool in org.terrier.learning Modifier and Type Class Description class
JForestsCommand
-
Uses of CLITool in org.terrier.rest
Subclasses of CLITool in org.terrier.rest Modifier and Type Class Description class
SingleIndexRestServer
Loads the default index and exports via a REST service at http://localhost:8080/ -
Uses of CLITool in org.terrier.structures
Subclasses of CLITool in org.terrier.structures Modifier and Type Class Description class
IndexStatsCommand
static class
IndexUtil.Command
-
Uses of CLITool in org.terrier.structures.indexing.singlepass
Subclasses of CLITool in org.terrier.structures.indexing.singlepass Modifier and Type Class Description class
Inverted2DirectCommand
-
Uses of CLITool in org.terrier.structures.merging
Subclasses of CLITool in org.terrier.structures.merging Modifier and Type Class Description static class
StructureMerger.Command
-
Uses of CLITool in org.terrier.utility
Subclasses of CLITool in org.terrier.utility Modifier and Type Class Description static class
SimpleJettyHTTPServer.Command
-