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

Headedness enforced by default #578

Closed jbellik closed 2 years ago

jbellik commented 3 years ago

Adjust GEN so that options.obeysHeadedness = true by default for prosodic trees Fix interface to reflect this

jbellik commented 3 years ago

Question: Can we also enforced headedness by default for syntactic trees? "headedness" in syntactic trees would mean:

jbellik commented 3 years ago

Fixed this on interface1.html but still need to address it in the backend, and consider headedness for strees.

jbellik commented 2 years ago

Fixed. This may have broken tests, we'll see.

jbellik commented 2 years ago

Update: tests where options weren't initially specified were broken but they have been fixed.