Loading source/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/") Loading Loading
source/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/") Loading