own-pt / wql

WQL query language
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

demo: browsing profiles #10

Open arademaker opened 3 years ago

arademaker commented 3 years ago

Using https://github.com/delph-in/delphin-viz:

We want a demo that list a profile content (items) file, id and text of the sentence. The user click on a link, the page call a javascript (query) that ask the server the json of that item. The json is submitted to the javascript code that convert the MRS (and DMRS) to SVG

code at demo branch