Terrier IR Platform
1.1.1

uk.ac.gla.terrier.indexing
Class CreateTermEstimateIndex

java.lang.Object
  extended by uk.ac.gla.terrier.indexing.CreateTermEstimateIndex

public class CreateTermEstimateIndex
extends java.lang.Object

This class creates the term estimate index of all terms in vocabulary. This is done for language modeling approach.

Version:
$Revision: 1.17 $
Author:
Ben He

Constructor Summary
CreateTermEstimateIndex(Index i, java.lang.String modelName)
           
CreateTermEstimateIndex(java.lang.String modelName)
          The default constructor of CreateTermEstimateIndex.
 
Method Summary
 void createTermEstimateIndex()
          Create the TermEstimateIndex.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTermEstimateIndex

public CreateTermEstimateIndex(java.lang.String modelName)
The default constructor of CreateTermEstimateIndex.

Parameters:
modelName - The name of the language model.

CreateTermEstimateIndex

public CreateTermEstimateIndex(Index i,
                               java.lang.String modelName)
Method Detail

createTermEstimateIndex

public void createTermEstimateIndex()
Create the TermEstimateIndex. It computes the average term generation probability for each term in the vocabulary of the collection.


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow