|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lexicon | |
---|---|
org.terrier.matching | Provides the classes and interfaces used for matching documents to queries. |
org.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
org.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
Uses of Lexicon in org.terrier.matching |
---|
Fields in org.terrier.matching declared as Lexicon | |
---|---|
protected Lexicon<java.lang.String> |
PostingListManager.lexicon
lexicon for the index |
protected Lexicon<java.lang.String> |
OldBasicMatching.lexicon
The lexicon used. |
protected Lexicon<java.lang.String> |
BaseMatching.lexicon
The lexicon used. |
Uses of Lexicon in org.terrier.querying |
---|
Fields in org.terrier.querying declared as Lexicon | |
---|---|
protected Lexicon<java.lang.String> |
QueryExpansion.lexicon
An instance of Lexicon class. |
protected Lexicon<java.lang.String> |
DFRBagExpansionTerms.lexicon
The lexicon used for retrieval. |
Constructors in org.terrier.querying with parameters of type Lexicon | |
---|---|
DFRBagExpansionTerms(CollectionStatistics collStats,
Lexicon<java.lang.String> _lexicon,
PostingIndex<BitIndexPointer> _directIndex,
DocumentIndex _documentIndex)
Constructs an instance of ExpansionTerms. |
Uses of Lexicon in org.terrier.structures |
---|
Subclasses of Lexicon in org.terrier.structures | |
---|---|
class |
FSOMapFileLexicon
Instance of a Lexicon where a FSOrderedMapFile is always used as a backing store. |
class |
MapLexicon
Implementation of a lexicon. |
Methods in org.terrier.structures that return Lexicon | |
---|---|
Lexicon<java.lang.String> |
Index.getLexicon()
Return the Lexicon associated with this index |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |