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

BinMinHead #562

Closed jbellik closed 3 years ago

jbellik commented 3 years ago

Add a "minimal" option to binMaxHead. Create binMinHead() function to call binMaxHead with {minimal: true} and add it the interface.

The creation of this constraint was motivated by discussion with Max Kaplan about a rebracketing pattern in Ojibwe, to motivate [a [b [c]] --> (a b)(c), where we need to treat left-aligned (a b) as the head. For this reason, I set the default head-marking in binMinHead to be left-aligned.

jbellik commented 3 years ago

Redone in a new branch due to problems in test file created by merging Ed's updates to markHeads into this branch