<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Mike,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I think having properties appear on an `i' variable should be considered a bug in the grammar.&nbsp; Looking now at the trunk gold profiles, I find two kinds of examples where the relevant lexical type failed to constrain
 a quantifier's ARG0 to be an `x', and I have now fixed those errors.&nbsp; I also see that in the file erg/etc/core.smi, the ARG0 for quantifier predicates is uniformly presented as an `i' (with properties), but these should also be `x'.&nbsp; I'll see if I can get
 this correction into the 2018 release, which I aim to freeze and announce this week.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">&nbsp;Dan</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> developers-bounces@emmtee.net &lt;developers-bounces@emmtee.net&gt; on behalf of Michael Wayne Goodman &lt;goodman.m.w@gmail.com&gt;<br>
<b>Sent:</b> Monday, November 12, 2018 10:57 AM<br>
<b>To:</b> developers<br>
<b>Subject:</b> [developers] SEM-I question: properties on 'i' variables</font>
<div>&nbsp;</div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi all,<br>
<br>
What does it mean when variable properties are specified on 'i'? The <br>
following example is taken from <a href="http://moin.delph-in.net/SemiRfc" id="LPlnk477215" class="OWAAutoLink" previewremoved="true">
http://moin.delph-in.net/SemiRfc</a>, which <br>
comes from the ERG:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; _a&#43;little_q : ARG0 i { NUM sg }, RSTR h, BODY h.<br>
<br>
In the &quot;variables&quot; section of the ERG's SEM-I, no properties are defined <br>
on 'i', and 'NUM' is only on 'x':<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; u.<br>
&nbsp;&nbsp; &nbsp; i &lt; u.<br>
&nbsp;&nbsp;&nbsp;&nbsp; p &lt; u.<br>
&nbsp;&nbsp; &nbsp; h &lt; p.<br>
&nbsp;&nbsp; &nbsp; e &lt; i : PERF bool, PROGR bool, MOOD bool, TENSE tense, SF sf.<br>
&nbsp;&nbsp; &nbsp; x &lt; i &amp; p : DIV bool, IND bool, GEND gender, PERS person, NUM <br>
number, PT pt.<br>
<br>
So why is 'i' the value of 'ARG0' on the predicate synopsis above? Why <br>
not 'x'?<br>
<br>
When I looked through through all the .smi files of the ERG (trunk), 'i' <br>
was the only underspecified variable type that took properties, and <br>
every instance specified 'x' properties such as NUM or IND (not 'e' <br>
properties like TENSE or SF). Perhaps something in the grammar could be <br>
more tightly constrained so the SEM-I generation code doesn't enumerate <br>
apparent redundancies such as the following?<br>
<br>
&nbsp;&nbsp; &nbsp; def_explicit_q : ARG0 x { NUM sg }, RSTR h, BODY h.<br>
&nbsp;&nbsp;&nbsp;&nbsp; def_implicit_q : ARG0 i { NUM sg }, RSTR h, BODY h.<br>
<br>
Or am I mistaken in thinking these are erroneous?<br>
<br>
-mwg<br>
<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>