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

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

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

Default state to represent text.


Constructor Summary
OkapiBM25.DocumentState()
           
 
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.DocumentState

public OkapiBM25.DocumentState()
Method Detail

represent

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