tml.vectorspace.operations
Class RelationshipExtraction

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

public class RelationshipExtraction
extends AbstractOperation<RelationshipExtractionResult>

Relationship extraction aims to extract the labeled relationships from a set of concepts

Author:
Jorge Villalon

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

RelationshipExtraction

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