|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Constructors in uk.ac.gla.terrier.structures with parameters of type LexiconInputStream | |
---|---|
BlockInvertedIndexInputStream(BitIn invFile,
LexiconInputStream lis)
|
|
BlockInvertedIndexInputStream(java.lang.String filename,
LexiconInputStream lis)
Make a new BlockInvertedIndexInputStream from the specified filename. |
|
BlockInvertedIndexInputStream(java.lang.String path,
java.lang.String prefix,
LexiconInputStream lis)
Make a new BlockInvertedIndexInputStream from the specified path/prefix combo. |
|
InvertedIndexInputStream(BitIn invFile,
LexiconInputStream lis)
|
|
InvertedIndexInputStream(java.lang.String filename,
LexiconInputStream lis)
|
|
InvertedIndexInputStream(java.lang.String path,
java.lang.String prefix,
LexiconInputStream lis)
|
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)
|
Methods in uk.ac.gla.terrier.structures.indexing with parameters of type LexiconInputStream | |
---|---|
void |
LexiconBuilder.createLexiconHash(LexiconInputStream lexStream)
Create a lexicon hash for the current index |
static void |
LexiconBuilder.createLexiconHash(LexiconInputStream lexStream,
java.io.OutputStream out)
|
static void |
LexiconBuilder.createLexiconHash(LexiconInputStream lexStream,
java.lang.String path,
java.lang.String prefix)
Creates a Lexicon hash. |
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.io.DataOutputStream dosLexid)
|
static void |
LexiconBuilder.createLexiconIndex(LexiconInputStream lexicon,
int lexiconEntries,
int lexiconEntrySize,
java.lang.String path,
java.lang.String prefix)
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. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |