Web demo for graph-based TAG parsing. See https://github.com/jungokasai/graph_parser.
If the graph_parser submodule is missing:
git submodule init
git submodule updateIf static files are missing:
python manage.py collectstaticTo restart the server on Michelangelo:
sudo apachectl restartTo run a local Django server (for testing purposes only):
python manage.py runserverIf tokenizers are missing for NLTK, run the following in the Python shell:
import nltk
nltk.download("punkt")