Terrier IR Platform
1.1.1

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

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

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

Subclasses of LexiconInputStream in uk.ac.gla.terrier.structures
 class BlockLexiconInputStream
          An input stream for accessing sequentially the entries of a block lexicon.
 class UTFBlockLexiconInputStream
          An input stream for accessing sequentially the entries of a block lexicon.
 class UTFLexiconInputStream
          This class implements an input stream for the lexicon structure.
 

Uses of LexiconInputStream in uk.ac.gla.terrier.structures.indexing
 

Methods in uk.ac.gla.terrier.structures.indexing that return LexiconInputStream
 LexiconInputStream InvertedIndexBuilder.getLexInputStream(java.lang.String filename)
           
 LexiconInputStream LexiconBuilder.getLexInputStream(java.lang.String filename)
           
 

Methods in uk.ac.gla.terrier.structures.indexing with parameters of type LexiconInputStream
 void LexiconBuilder.createLexiconHash(LexiconInputStream lexStream)
           
static void LexiconBuilder.createLexiconHash(LexiconInputStream lexStream, java.lang.String path, java.lang.String prefix)
          This method reads the lexicon and finds the entries which start with a different letter.
 void LexiconBuilder.createLexiconIndex(LexiconInputStream lexicon, int lexiconEntries, int lexiconEntrySize)
          Creates the lexicon index file that contains a mapping from the given term id to the offset in the lexicon, in order to be able to retrieve the term information according to the term identifier.
static void LexiconBuilder.createLexiconIndex(LexiconInputStream lexicon, int lexiconEntries, int lexiconEntrySize, 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