<div dir="ltr">Dear all,<div><br></div><div>In the Matrix derived grammars, we have the following in  lkb/script:</div><div><br></div><div><div>;;;</div><div>;;; SSH 2012-03-27 This invokes trigger rules for semantically empty</div><div>;;; lexical entries. The trigger rules themselves should be in</div><div>;;; trigger.mtr in the grammar directory. The documentation on trigger</div><div>;;; rules: <a href="http://moin.delph-in.net/LkbGeneration">http://moin.delph-in.net/LkbGeneration</a></div><div>;;;</div><div>;;; SSH 2013-05-23 The semi.vpm file needs to be loaded *before* the</div><div>;;; trigger.mtr file in lkb/script for correct interaction.</div><div>;;;</div><div><br></div><div>(mt:read-transfer-rules</div><div> (list</div><div>  (lkb-pathname (parent-directory) &quot;trigger.mtr&quot;))</div><div>  &quot;Generation trigger rules&quot;</div><div>  :filter nil :task :trigger :recurse nil :edges 200 :subsume nil)</div><div><br></div><div>;;;</div><div>;;; Matrix-derived grammars often have stable enough semantic</div><div>;;; representations that the grammar can usefully be tested</div><div>;;; by generating from them.  The function index-for-generator()</div><div>;;; must be called for generation to be enabled.  In grammars with</div><div>;;; small lexica, this takes a trivial amount of time.  If</div><div>;;; generation is not being used regularly, and the indexing</div><div>;;; is taking too long, comment out the following.  index-for-generator()</div><div>;;; can also be run from the expanded LKB top menu, under</div><div>;;; Generate.</div><div>;;;</div><div><br></div><div>(index-for-generator)</div></div><div><br></div><div>It is my understanding that (index-for-generator) is what is behind the messages</div><div>suggesting trigger rules for semantically empty lexical entries, but even though</div><div>we call it after loading the trigger rules, we still get messages such as the following:</div><div><br><div class="gmail_quote"><div style="margin:1em 0px 2em"><br>

<img alt="" src="https://catalyst.uw.edu/file_download.cgi?ptkt=ef7def236ef9aa296b3372e09e0d1c8d7bb3fb0a0f764220c45caa89ec7f1332"><br></div>Is there something else we&#39;re supposed to do so that we only see those messages<br>when an entry truly lacks a trigger rule?<br><br>Thanks,<br>Emily</div><div class="gmail_quote"><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Emily M. Bender<br>Professor, Department of Linguistics<br>Check out CLMS on facebook! <a href="http://www.facebook.com/uwclma" target="_blank">http://www.facebook.com/uwclma</a><br></div></div>
</div></div>