tml.vectorspace.operations
Class TagClouds

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

public class TagClouds
extends AbstractOperation<TagCloudsResult>

TagClouds returns the list of terms in the Corpus weighted by the term weighting scheme used in the SemanticSpace.

Author:
Jorge Villalon

Constructor Summary
TagClouds()
           
 
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
 

Constructor Detail

TagClouds

public TagClouds()
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<TagCloudsResult>
Overrides:
start in class AbstractOperation<TagCloudsResult>
Throws:
java.lang.Exception