Commit 5200d8e0 authored by panos's avatar panos

plugin to call OutputPreparation to update the data

parent e133362f
......@@ -14,8 +14,10 @@ class CapacityStationsKE(plugin.InputPreparationPlugin):
def preprocess(self, data):
from dream.KnowledgeExtraction.PilotCases.CapacityStations.DataExtraction import DataExtraction
from dream.KnowledgeExtraction.PilotCases.CapacityStations.OutputPreparation import OutputPreparation
DBFilePath=data['general']['ke_url']
extractedData=DataExtraction(DBFilePath)
data=OutputPreparation(data,extractedData)
return data
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment