diff --git a/source/config.py b/source/config.py
index b47767f114f193e763ce39b9ba030b3ab49d8b71..5072c32fed8e85f2ad735d464a639d3d02b0c791 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/")