Skip to content
Snippets Groups Projects
Commit a3139970 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Update config.py

parent 95f54696
No related branches found
No related tags found
No related merge requests found
......@@ -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/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment