de.aitools.ir.retrievalmodels.representer
Class OkapiBM25.QueryState

java.lang.Object
  extended by de.aitools.ir.retrievalmodels.representer.OkapiBM25.QueryState
All Implemented Interfaces:
OkapiBM25.RepresentationState
Enclosing class:
OkapiBM25

public class OkapiBM25.QueryState
extends java.lang.Object
implements OkapiBM25.RepresentationState

Represent queries.


Constructor Summary
OkapiBM25.QueryState()
           
 
Method Summary
 Vector represent(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OkapiBM25.QueryState

public OkapiBM25.QueryState()
Method Detail

represent

public Vector represent(java.lang.String text)
Specified by:
represent in interface OkapiBM25.RepresentationState