syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Trimming of silent nodes #607

Open jbellik opened 2 years ago

jbellik commented 2 years ago

It seems that nodes with attribute "silent" are removed, at least on the interface, regardless of whether "Trim trees" is checked. Input: image

Output if "Trim trees" is not checked: image

Output if "Trim trees" is checked: image

Clearly the "Trim trees" checkbox is doing something (it modifies the input) but the trimming of the silent terminal from the outputs happens independently. Not sure why this is happening -- possibly the result of parenthesizeTree?? This requires documentation.