coli-saar / am-parser

Modular implementation of an AM dependency parser in AllenNLP.
Apache License 2.0
30 stars 10 forks source link

Extract constants and sentence IDs for EDS graphs #9

Closed luciaelizabeth closed 5 years ago

weissenh commented 5 years ago

I've changed my script to also extract constants and sentence IDs (thanks @namednil for adding the IDs to the EDS CreateCorpus output), but currently only for non decomposable graphs. There are other error messages as well which my script completely ignores right now. Moreover, currently each constant is printed to a separate file.

for the script see coli-saar/am-tools/tree/master/misc and commit 59ea806203d75e29384b035a469e5564763d88e3

EDIT: script has moved toanother repo: https://github.com/coli-saar/am-eds/blob/master/visualize.py

luciaelizabeth commented 5 years ago

Thanks, Pia! Everything looks good.