Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.Lexicon

Packages that use Lexicon
uk.ac.gla.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Uses of Lexicon in uk.ac.gla.terrier.structures
 

Subclasses of Lexicon in uk.ac.gla.terrier.structures
 class BlockLexicon
          A lexicon class that saves the number of different blocks a term appears in.
 class UTFBlockLexicon
          A lexicon class that saves the number of different blocks a term appears in, using UTF encoding of Strings.
 class UTFLexicon
          The class that implements the lexicon structure.
 

Methods in uk.ac.gla.terrier.structures that return Lexicon
 Lexicon Index.getLexicon()
          Return the lexicon to use for retrieval.
 

Constructors in uk.ac.gla.terrier.structures with parameters of type Lexicon
BlockInvertedIndex(Lexicon lexicon)
          Creates an instance of the BlockInvertedIndex class using the given lexicon.
BlockInvertedIndex(Lexicon lexicon, java.lang.String filename)
          Creates an instance of the BlockInvertedIndex class using the given lexicon.
BlockInvertedIndex(Lexicon lexicon, java.lang.String path, java.lang.String prefix)
           
ExpansionTerms(CollectionStatistics collStats, double totalLength, Lexicon lexicon)
          Constructs an instance of ExpansionTerms.
ExpansionTerms(int numberOfDocuments, long numberOfTokens, double averageDocumentLength, double totalLength, Lexicon lexicon)
          Constructs an instance of ExpansionTerms.
InvertedIndex(Lexicon lexicon)
          Creates an instance of the HtmlInvertedIndex class using the lexicon.
InvertedIndex(Lexicon lexicon, java.lang.String filename)
          Creates an instance of the HtmlInvertedIndex class using the given lexicon.
InvertedIndex(Lexicon lexicon, java.lang.String path, java.lang.String prefix)
           
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow