diff --git a/src/config.py b/src/config.py index a8235037d2ae1ff2f0d769292910c547654dadbb..7d108e9afe7932cf5c6017a19ac5a3f2e137c03f 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/"