|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.structures.indexing.LexiconBuilder uk.ac.gla.terrier.structures.indexing.BlockLexiconBuilder
public class BlockLexiconBuilder
Builds a block lexicon using block frequencies.
Constructor Summary | |
---|---|
BlockLexiconBuilder()
A default constructor of the class. |
|
BlockLexiconBuilder(Index i)
|
|
BlockLexiconBuilder(java.lang.String pathname,
java.lang.String prefix)
Creates an instance of the class, given the path to save the final and temporary lexicons. |
Method Summary | |
---|---|
void |
finishedDirectIndexBuild()
The method that performs processing of the lexicon after the creation of the direct index has been completed. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class uk.ac.gla.terrier.structures.indexing.LexiconBuilder |
---|
addDocumentTerms, addTemporaryLexicon, addTerm, createLexiconHash, createLexiconHash, createLexiconHash, createLexiconHash, createLexiconIndex, createLexiconIndex, createLexiconIndex, createLexiconIndex, finishedInvertedIndexBuild, flush, getFinalNumberOfTerms, merge |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockLexiconBuilder()
public BlockLexiconBuilder(java.lang.String pathname, java.lang.String prefix)
pathname
- String the path to save the temporary lexicons.public BlockLexiconBuilder(Index i)
Method Detail |
---|
public void finishedDirectIndexBuild()
finishedDirectIndexBuild
in class LexiconBuilder
public static void main(java.lang.String[] args)
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |