|
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.indexing.CreateTermEstimateIndex
public class CreateTermEstimateIndex
This class creates the term estimate index of all terms in vocabulary. This is done for language modeling approach.
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 |
---|
public CreateTermEstimateIndex(java.lang.String modelName)
modelName
- The name of the language model.public CreateTermEstimateIndex(Index i, java.lang.String modelName)
Method Detail |
---|
public void createTermEstimateIndex()
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |