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

Save / load with both manual and auto trees #605

Open jbellik opened 3 years ago

jbellik commented 3 years ago

record_analysis() in built-in_analyses.js currently checks whether manual vs. auto trees should be recorded by checking which is being displayed (document.getElementById('treeUI').display=='block' for manual, vs. 'inputOptions' -- lines 742 onward). This doesn't take into account the possibility of an analysis with both manual and automatic trees.