Commit a3139970 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Update config.py

parent 95f54696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/")