hi all,<br><br>Please help me about implementing lexeme-to-lexeme rule. I have used &quot;infl-***-change-only-ltol-rule&quot; as per LAB-05, but it doesn&#39;t apply into parse chart. I have also seen the corresponding problem in the &quot;matrix wiki page&quot; that,
if the rule doesn&#39;t add an affix, it doesn&#39;t say LKB that it is an inflecting rule. So, later I tried with the &quot;***-change-only-lex-rule&quot;. Same output, no parses found, because the lexeme-to-lexeme rule doesn&#39;t apply. I also
tested the &quot;interactive unification&quot; feature which gives me successful unification. For testing purpose, at later&nbsp; when I used the &quot;***-change-only-lex-rule&quot;, I made the &#39;INFLECTED&#39; feature of the mother to be &#39;+&#39;, while taking the
daughter as &#39;INFLECTED -&#39;. Now it can parse, but it can&#39;t generate because it can&#39;t give no MRS output. I am giving<br>an example of a simple lexeme to lexeme rule which just change the CASE-INFLECT feature of the head of a proper-noun-lex:
<br><br>nom-proper-noun-lex-rule := head-change-only-lex-rule &amp;<br>[ INFLECTED +,<br>&nbsp; SYNSEM.LOCAL.CAT.HEAD noun &amp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ CASE-INFLECT nom ],<br>&nbsp; DTR proper-noun-lex &amp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ INFLECTED -,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYNSEM.LOCAL [ CAT.HEAD noun &amp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ CASE-INFLECT no-inflect ],<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CONT.HOOK.INDEX.PNG.NUM

 sg ] ] ].<br><br><br>Thanks. Please, help!<br clear="all"><br><br><br>-- <br>-Altaf