Terrier IR Platform
2.2.1

Uses of Interface
uk.ac.gla.terrier.terms.TermPipeline

Packages that use TermPipeline
uk.ac.gla.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
uk.ac.gla.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. 
 

Uses of TermPipeline in uk.ac.gla.terrier.querying
 

Classes in uk.ac.gla.terrier.querying that implement TermPipeline
 class Manager
          This class is responsible for handling/co-ordinating the main high-level operations of a query.
 

Uses of TermPipeline in uk.ac.gla.terrier.terms
 

Classes in uk.ac.gla.terrier.terms that implement TermPipeline
 class CropTerm
          Reduces the size of terms passing through the term pipeline to the maximum allowed size for this indexing run.
 class DanishSnowballStemmer
          Danish stemmer implmented by Snowball.
 class DumpTerm
          Useful development phase TermPipeline object that allows prints every term that passes through it to System.err
 class DutchSnowballStemmer
          Dutch stemmer implmented by Snowball.
 class EnglishSnowballStemmer
          English stemmer implmented by Snowball.
 class FinnishSnowballStemmer
          Finnish stemmer implmented by Snowball.
 class FrenchSnowballStemmer
          French stemmer implmented by Snowball.
 class GermanSnowballStemmer
          German stemmer implmented by Snowball.
 class HungarianSnowballStemmer
          Hungerian stemmer implmented by Snowball.
 class ItalianSnowballStemmer
          Italian stemmer implmented by Snowball.
 class NoOp
          A do-nothing term pipeline object.
 class NorwegianSnowballStemmer
          Norwegian stemmer implmented by Snowball.
 class PorterStemmer
          This is the Porter stemming algorithm, coded up in JAVA by Gianni Amati.
 class PortugueseSnowballStemmer
          Portuguese stemmer implmented by Snowball.
 class RomanianSnowballStemmer
          Romanian stemmer implmented by Snowball.
 class RussianSnowballStemmer
          Russian stemmer implmented by Snowball.
 class SkipTermPipeline
          Class that identified tokens which should not be passed down the entire term pipeline, and instead passed onto a specified stage instead.
 class SnowballStemmer
           
 class SpanishSnowballStemmer
          Spanish stemmer implmented by Snowball.
 class Stopwords
          Implements stopword removal, as a TermPipeline object.
 class SwedishSnowballStemmer
          Swedish stemmer implmented by Snowball.
 class TurkishSnowballStemmer
          Turkish stemmer implmented by Snowball.
 class WeakPorterStemmer
          An implementation of the Porter stemming algorithm that uses only the first step of the algorithm.
 

Constructors in uk.ac.gla.terrier.terms with parameters of type TermPipeline
CropTerm(TermPipeline next)
          Creates a new CropTerm pipeline object, which can be used in the term pipeline
DanishSnowballStemmer(TermPipeline n)
           
DumpTerm(TermPipeline next)
          Construct a new DumpTerm objecy
DutchSnowballStemmer(TermPipeline n)
           
EnglishSnowballStemmer(TermPipeline n)
           
FinnishSnowballStemmer(TermPipeline n)
           
FrenchSnowballStemmer(TermPipeline n)
           
GermanSnowballStemmer(TermPipeline n)
           
HungarianSnowballStemmer(TermPipeline n)
           
ItalianSnowballStemmer(TermPipeline n)
           
NoOp(TermPipeline next)
          Constructs an instance of the class, given the next component in the pipeline.
NorwegianSnowballStemmer(TermPipeline n)
           
PorterStemmer(TermPipeline next)
          Constructs an instance of the class, given the next component in the pipeline.
PortugueseSnowballStemmer(TermPipeline n)
           
RomanianSnowballStemmer(TermPipeline n)
           
RussianSnowballStemmer(TermPipeline n)
           
SkipTermPipeline(TermPipeline _next, TermPipeline _last)
          Instantiate this object, using properties to define tokens.
SkipTermPipeline(TermPipeline _next, TermPipeline _last, java.lang.String[] _skipTokens)
          Instantiate this object.
SpanishSnowballStemmer(TermPipeline n)
           
Stopwords(TermPipeline next)
          Makes a new stopword termpipeline object.
Stopwords(TermPipeline next, java.lang.String StopwordsFile)
          Makes a new stopword term pipeline object.
Stopwords(TermPipeline next, java.lang.String[] StopwordsFiles)
          Makes a new stopword term pipeline object.
SwedishSnowballStemmer(TermPipeline n)
           
TurkishSnowballStemmer(TermPipeline n)
           
WeakPorterStemmer(TermPipeline next)
           
 


Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow