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

More info with re-ordering Gen #530

Closed nkalivoda closed 3 years ago

nkalivoda commented 3 years ago

We should add some more info to the re-ordering options in the input Gen section. Specifically: how do the mapping constraints interpret ⟨sTree,pTree⟩ pairs when the terminal strings are distinct due to re-ordering?

(I don't mean theoretically, I mean: how does it actually work with the mapping constraints we currently have.)

jbellik commented 3 years ago

The Match constraints compare sets of terminals, without regard to order, just like in Bennett et al 2016.

jbellik commented 3 years ago

I just added this info to MatchSP and MatchPS, but did not add it to the other Match constraints.