From ffce146208d43d4c22003435ba630154406e81af Mon Sep 17 00:00:00 2001 From: hoffmann <hoffmann@cl.uni-heidelberg.de> Date: Thu, 22 Mar 2018 17:41:09 +0100 Subject: [PATCH] added graph path --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index a823503..7d108e9 100644 --- a/src/config.py +++ b/src/config.py @@ -6,6 +6,7 @@ Configuration file Choose paths for corpus, dataset and output. - The output directory should be empty when starting absinth. ''' +graph = "./.graphs/" corpus = "/proj/absinth/wikipedia_shuffled2/" dataset = "../WSI-Evaluator/datasets/dataset/" test = "../WSI-Evaluator/datasets/trial/" -- GitLab