delph-in / delphin-viz

JavaScript visualizations of various DELPH-IN structures.

Home Page:http://delph-in.github.io/delphin-viz/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delphin-viz

A library of JavaScript micro-tools for in-browser rendering of DELPH-IN data structure visualizations. Targets the developmental DELPH-IN API.

Demo

delphin-viz includes a demo interface which is modelled on the LOGON demo. A live version can be found here.

Dependencies (not including dependencies required for visualizations):

Visualizations

All visualisations currently target SVG. The current aim is to gradually converge on using D3.js as the preferred rendering library and sole dependency, however this won't be a strict requirement.

tree.js

Renders DELPH-IN derivation trees.

Dependencies: None

mrs.js

Renders vanilla MRS.

Dependencies:

dmrs.js

Renders Directed MRS.

Dependencies:

About

JavaScript visualizations of various DELPH-IN structures.

http://delph-in.github.io/delphin-viz/demo/

License:MIT License


Languages

Language:JavaScript 93.1%Language:CSS 6.9%