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
Matthias Lindemann edited this page Nov 21, 2019
·
1 revision
visualize_graphbank.sh
Sometimes we want to visualize the graphs that we have (either straight from the graphbank or from a parsed file).
The common case that is described here assumes:
we have a file containing graphs in one of the formats MRP, AMR/Penman, SDP
we want to create a pdf file for every graph in the graphbank
If that fits your use case, analyzers/visualize_graphbank.sh is the right script to call. Before using this script, open it your editor and set the mtool variable to be the python command that calls the main.py script of your local mtool copy. For example, in my case, the right command is mtool="python3 /home/matthias/bin/mtool_code/main.py".
cd to the directory where you want to store all PDFs