Integrated Grammar Development Environment: A online web interface for the high performance ACE for working with DELPH-IN style HPSG natural language grammars, including parsing, generating, and exploring grammars (viewing lexical entries & rules, interactive unification, etc.).
The IGDE is built with Django, combining Django's templating system with the responsive web design tools of Foundation using the Django-zurb-foundation app. The system uses a live server-client connection through Socket.io to interact with ACE on the client and processes the requests on the server.
Processing with ACE is handled through PyDelphin.
v0.1: basic UI, parsing.