|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 associated with this index |
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 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |