org.dllearner.kb.extraction
Class ExtractionAlgorithm

java.lang.Object
  extended by org.dllearner.kb.extraction.ExtractionAlgorithm

public class ExtractionAlgorithm
extends Object

This class is used to extract the information .

Author:
Sebastian Hellmann

Constructor Summary
ExtractionAlgorithm(Configuration configuration)
           
 
Method Summary
 Node expandNode(String uri, TupleAquisitor tupleAquisitor)
          most important function expands one example CAVE: the recursion is not a recursion anymore, it was transformed to an iteration
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractionAlgorithm

public ExtractionAlgorithm(Configuration configuration)
Method Detail

stop

public void stop()

expandNode

public Node expandNode(String uri,
                       TupleAquisitor tupleAquisitor)
most important function expands one example CAVE: the recursion is not a recursion anymore, it was transformed to an iteration



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann