Uses of Package
org.terrier.terms
-
Packages that use org.terrier.terms Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform.org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.indexing.classical Provides functionality for creating on-disk indices via indexer classes.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexingorg.terrier.terms Provides the interface and classes for the term pipeline, a set of objects that process the terms during indexing and processing of queries. -
Classes in org.terrier.terms used by org.terrier.querying Class Description TermPipelineAccessor This interface allows code to access the TermPipeline without implementing the end of the term pipeline. -
Classes in org.terrier.terms used by org.terrier.querying.parser Class Description TermPipelineAccessor This interface allows code to access the TermPipeline without implementing the end of the term pipeline. -
Classes in org.terrier.terms used by org.terrier.realtime.memory Class Description TermPipeline Models the concept of a component in a pipeline of term processors. -
Classes in org.terrier.terms used by org.terrier.realtime.memory.fields Class Description TermPipeline Models the concept of a component in a pipeline of term processors. -
Classes in org.terrier.terms used by org.terrier.structures.indexing Class Description TermPipeline Models the concept of a component in a pipeline of term processors. -
Classes in org.terrier.terms used by org.terrier.structures.indexing.classical Class Description TermPipeline Models the concept of a component in a pipeline of term processors. -
Classes in org.terrier.terms used by org.terrier.structures.indexing.singlepass Class Description TermPipeline Models the concept of a component in a pipeline of term processors. -
Classes in org.terrier.terms used by org.terrier.terms Class Description PorterStemmer Stemmer, implementing the Porter Stemming Algorithm.SnowballStemmer Classic Snowball stemmer implmented by Snowball.Stemmer Interface for all stemmers.StemmerTermPipeline Abstract base class for Stemmers that are also TermPipeline instancesTermPipeline Models the concept of a component in a pipeline of term processors.TermPipelineAccessor This interface allows code to access the TermPipeline without implementing the end of the term pipeline.TRv2PorterStemmer This is the Porter stemming algorithm, coded up in JAVA by Gianni Amati.