tml.vectorspace.operations
Class PassageExtractionSummarization

java.lang.Object
  extended by tml.vectorspace.operations.AbstractOperation<PassageExtractionSummarizationResult>
      extended by tml.vectorspace.operations.PassageExtractionSummarization
All Implemented Interfaces:
Operation<PassageExtractionSummarizationResult>

public class PassageExtractionSummarization
extends AbstractOperation<PassageExtractionSummarizationResult>

Author:
Jorge Villalon

Constructor Summary
PassageExtractionSummarization()
           
 
Method Summary
 double getLoadThreshold()
           
 void setLoadThreshold(double loadThreshold)
           
 void start()
          Starts the operation execution
 
Methods inherited from class tml.vectorspace.operations.AbstractOperation
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getRepository, getResults, getResultsCSVString, getResultsNumber, getResultsString, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResults, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setCorpus, setMaxResults, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PassageExtractionSummarization

public PassageExtractionSummarization()
Method Detail

getLoadThreshold

public double getLoadThreshold()
Returns:
the threshold by which a text passage will be kept as result

setLoadThreshold

public void setLoadThreshold(double loadThreshold)
Parameters:
loadThreshold -

start

public void start()
           throws java.lang.Exception
Description copied from interface: Operation
Starts the operation execution

Specified by:
start in interface Operation<PassageExtractionSummarizationResult>
Overrides:
start in class AbstractOperation<PassageExtractionSummarizationResult>
Throws:
java.lang.Exception