From a3139970a0445de2ac4d25cb80fbeaf6a8cf0cb2 Mon Sep 17 00:00:00 2001
From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de>
Date: Sat, 31 Mar 2018 13:17:55 +0200
Subject: [PATCH] Update config.py

---
 source/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/config.py b/source/config.py
index b47767f..5072c32 100644
--- a/source/config.py
+++ b/source/config.py
@@ -9,7 +9,7 @@ Choose paths for corpus, dataset and output.
 - The output directory should be empty when starting absinth.
 '''
 graph_path = os.path.join(os.path.dirname(__file__), ".graphs/")
-corpus = os.path.join(os.path.dirname(__file__), "/proj/absinth/wikipedia_shuffled2/")
+corpus = "/proj/absinth/wikipedia_shuffled2/"
 trialset = os.path.join(os.path.dirname(__file__), "../evaluator/datasets/trial/")
 testset = os.path.join(os.path.dirname(__file__), "../evaluator/datasets/test/")
 devset = os.path.join(os.path.dirname(__file__), "../evaluator/datasets/development/")
-- 
GitLab