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

Minor interface tweaks #551

Closed jbellik closed 3 years ago

jbellik commented 3 years ago

Under StrongStart:

Under prosodic categories for GEN:

jbellik commented 3 years ago

For the last bullet point: see parenthesizeTree() in treeFormatting.js Custom bracketing would be: [] for word boundaries, () for foot boundaries, no change to syllable representation

You'll have to mess around in interface.js files where options get passed to makeTableau().

jbellik commented 3 years ago

Revision to the 2nd bulletpoint above about adding syllable as a category option: You're right, syllable already seems to be present everywhere it needs to be, after all. I think I ended up taking care of that one after making this issue.