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

Merge branch 'master' of gitlab.cl.uni-heidelberg.de:zimmermann/absinth

parents e908c6c6 a3139970
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