We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When reading in the training corpora to extract vocabularies, the assert not not_connected in AMRGraph.py failed for at least one EDS graph.
assert not not_connected
I disabled that assert for now, but if some graphs are really not connected, that might be an issue for the parser.
assert
Could we insert dummy nodes (and remove them in postprocessing) to work around this, or do we have to modify the parser code?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When reading in the training corpora to extract vocabularies, the
assert not not_connected
in AMRGraph.py failed for at least one EDS graph.I disabled that
assert
for now, but if some graphs are really not connected, that might be an issue for the parser.Could we insert dummy nodes (and remove them in postprocessing) to work around this, or do we have to modify the parser code?
The text was updated successfully, but these errors were encountered: