|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.matching.models.queryexpansion.QueryExpansionModelFactory
public class QueryExpansionModelFactory
A factory method for handling the initialisation of expansion models.
Field Summary | |
---|---|
static java.lang.String |
NAMESPACE
The default namespace for expansion models. |
Constructor Summary | |
---|---|
QueryExpansionModelFactory()
|
Method Summary | |
---|---|
static QueryExpansionModel |
newInstance(java.lang.String name)
Returns the requested weighting model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAMESPACE
Constructor Detail |
---|
public QueryExpansionModelFactory()
Method Detail |
---|
public static QueryExpansionModel newInstance(java.lang.String name)
name
- The name of the weighting model to instantiate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |