-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hi,
When trying to run the pretrained model on a custom document, i run into the following error.
Which i have not been able to solve.
The command: 'python -m marseille.features user F'
Results in the following error:
Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) File "/code/marseille/marseille/features.py", line 614, in <module> for prop_id in prop_ids] File "/code/marseille/marseille/features.py", line 614, in <listcomp> for prop_id in prop_ids] File "/code/marseille/marseille/features.py", line 205, in prop_features for arc in sents[sent]['collapsed-ccprocessed-dependencies'] KeyError: 'collapsed-ccprocessed-dependencies'
For debug purposes i have tried replacing the custom document with one of the files from the cdcp dataset yielding the same error.
Any help would be appreciated,
With kind regards,
Tim