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

Update config.py

parent 3f47a9fe
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ Choose paths for corpus, dataset and output.
'''
graph_path = "./.graphs/"
corpus = "/proj/absinth/wikipedia_shuffled2/"
trialset = "../WSI-Evaluator/datasets/trial/"
testset = "../WSI-Evaluator/datasets/test/"
base_out = "../baseline/output/"
output = "../output/"
trialset = "../evaluator/datasets/trial/"
testset = "../evaluator/datasets/test/"
base_out = "../output/baseline/"
output = "../output/system/"
'''
Disambiguation Pipeline
......
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