delph-in / matrix

The Grammar Matrix
https://matrix.ling.washington.edu/index.html
Other
12 stars 6 forks source link

Fix trans and intrans cases getting stuck in verification #704

Closed Sam647254 closed 7 months ago

Sam647254 commented 8 months ago

This issue occurs when a grammar has both required case-marking adpositions and complementizers. The trans case would be inserted multiple times into the cases list, which causes verification to fail on the customization pages.

Diana-BZ commented 7 months ago

Hi Sam! Do you have an example screenshot of the options/inputs that are causing the verification issue?

Sam647254 commented 7 months ago

Sure, here is a screenshot of the error message that I'm seeing: image

The options that cause this error span several pages, so it's probably easier if I share the choices file that can reproduce the error: choices.txt

Running matrix.py validate on this file should also show that error, and after my fix is patched in, it should no longer appear.