-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed on "assert len(amr.nodes) == len(concept) == len(amr.node_values)" #2
Comments
you can try penman 1.2, i am not sure 0.6.0 is ok. |
I tried penman 1.2 then I got this error when running prepare_data.py |
It seems to be a version problem of other packages, I will check it again and update the re.txt |
Can you please send me a copy of preprocessed data? We have the appropriate LDC license. |
Sorry, maybe I sent it to the wrong address before. Please check your email again. |
Are you sending it to my email at [email protected]? |
I used penman 0.6.0 do run prepare_data.py
Then when I ran preprocess.py, I got:
Traceback (most recent call last): File "preprocess.py", line 354, in <module> item = pre_to_json(data_per_doc, links_per_doc, file_name) File "preprocess.py", line 307, in pre_to_json data, cluster = get_clusters_info(links, data) File "preprocess.py", line 260, in get_clusters_info pdb.set_trace() File "preprocess.py", line 240, in mapping_edges assert len(amr.nodes) == len(concept) == len(amr.node_values) AssertionError
The text was updated successfully, but these errors were encountered: