delph-in / matrix

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

adding validation and tests or negative adverb namespace issue #752

Closed ajcassell closed 3 weeks ago

ajcassell commented 4 weeks ago

363

Testing this before making changes... negative adverb named same as lexicon adverb results in

testneg := testneg-adverb-lex & neg-adv-lex & [ STEM < "testneg" >, SYNSEM.LKEYS.KEYREL.PRED "_testneg_a_rel" & "neg_rel" ].

whereas two differently named ones results in

testneg2 := testneg2-adverb-lex & [ STEM < "testneg2" >, SYNSEM.LKEYS.KEYREL.PRED "_testneg2_a_rel" ].

testneg := neg-adv-lex & [ STEM < "testneg" >, SYNSEM.LKEYS.KEYREL.PRED "neg_rel" ].

in the lexicon.

Now, there is validation on both pages that prevents this. Screen Shot 2024-10-16 at 4 47 02 PM

Screen Shot 2024-10-16 at 4 47 29 PM