tml.vectorspace.operations
Class CompoundNounsSummarized

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

public class CompoundNounsSummarized
extends AbstractOperation<TermRankedResult>
implements Operation<TermRankedResult>


Constructor Summary
CompoundNounsSummarized()
           
 
Method Summary
 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
 
Methods inherited from interface tml.vectorspace.operations.Operation
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getResults, getResultsCSVString, getResultsNumber, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setCorpus, setMaxResults
 

Constructor Detail

CompoundNounsSummarized

public CompoundNounsSummarized()
Method Detail

start

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

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