|
Terrier IR Platform 2.2.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexiconEntry | |
|---|---|
| uk.ac.gla.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
| Uses of LexiconEntry in uk.ac.gla.terrier.structures |
|---|
| Methods in uk.ac.gla.terrier.structures that return LexiconEntry | |
|---|---|
LexiconEntry |
Lexicon.getIthLexiconEntry(int termNumber)
Returns a LexiconEntry describing all the information in the lexicon about the ith term in the lexicon. |
LexiconEntry |
Lexicon.getLexiconEntry(int termid)
Returns a LexiconEntry describing all the information in the lexicon about the term denoted by termid |
LexiconEntry |
UTFLexicon.getLexiconEntry(int termid)
Returns a LexiconEntry describing all the information in the lexicon about the term denoted by termid |
LexiconEntry |
Lexicon.getLexiconEntry(java.lang.String _term)
Returns a LexiconEntry describing all the information in the lexicon about the term denoted by _term |
LexiconEntry |
UTFLexicon.getLexiconEntry(java.lang.String _term)
Returns a LexiconEntry describing all the information in the lexicon about the term denoted by _term |
| Methods in uk.ac.gla.terrier.structures with parameters of type LexiconEntry | |
|---|---|
void |
LexiconEntry.add(LexiconEntry le)
increment this lexicon entry by another |
int[][] |
InvertedIndex.getDocuments(LexiconEntry lEntry)
|
int[][] |
BlockInvertedIndex.getDocumentsWithoutBlocks(LexiconEntry lEntry)
|
void |
LexiconEntry.subtract(LexiconEntry le)
alter this lexicon entry to subtract another lexicon entry |
|
Terrier IR Platform 2.2.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||