You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was trying to run the parser according to the instructions from readme, but the example script fails with the following error:
Traceback (most recent call last):
File "scripts/execute.py", line 48, in <module>
runner = Runner(dataset, args)
File "C:\Users\Yana\asknow\DeepShallowParsingQA\common\model\runner.py", line 31, in __init__
self.vocab = dataset.vocab
AttributeError: 'Qald_7_ml' object has no attribute 'vocab'
I think it can't locate the dataset, but I don't really know where I should put it. Could you clarify this?
P.S.: by the way, execute.py fails to import config.py (and other files) from parent directory, the reason (I believe) is that it's not in PYTHONPATH by default. Executing the following script helps [source]:
Hi! I was trying to run the parser according to the instructions from readme, but the example script fails with the following error:
I think it can't locate the dataset, but I don't really know where I should put it. Could you clarify this?
P.S.: by the way, execute.py fails to import config.py (and other files) from parent directory, the reason (I believe) is that it's not in PYTHONPATH by default. Executing the following script helps [source]:
The text was updated successfully, but these errors were encountered: