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

MatchSP-LexOvert bugfix #476

Closed 3ddiehead closed 3 years ago

3ddiehead commented 3 years ago

-Created new function createDummies(tree, attribute) to change the category of nodes with specified attribute to "dummy". -Modified markMinMax to ignore nodes of category "dummy". -Generalized trimRedundantNodes to work on functional nodes as well as silent ones. (Not used in bugfix but resulting from the attempted trimming strategy suggested in issue #442)

jbellik commented 3 years ago

Closes #442