<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: Arial;">Dear
Madam:</span></p>





<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: Arial;">Thanks
for your reply. And again I have faced some problems and need help:&nbsp;</span></p>

<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: Arial;">1. In
LAB-06, 'adjective-relation' has been introduced for LKEYS.ALTKEYS features of demonstrative
determiners. But, there is no such type is declared in 'matrix.tdl' file and
LKB doesn't find it. What might goes wrong here?</span></p>





<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: Arial;">2. In LAB-06,
in section for demonstrative pronoun, it says that the LBL values of two
relations (LKEYS.KEYREL noun-relation and LKEYS.ALTKEYREL event-relation) are
to be identified with each other. I think I did the same thing as the following
code (reentrancy with '#lbl' ):&nbsp;</span></p>









<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">;;;;;;;;;;;;;;;; pronoun
lexeme type ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<br>pronoun-lex := sg-nouns
&amp;<br>[ SYNSEM [ LOCAL.CAT.VAL.SPR
&lt; [ OPT + ] &gt;,<br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;&nbsp;&nbsp;&nbsp; </span>LKEYS.KEYREL
noun-relation &amp;<br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>[ PRED
&quot;_pronoun_n_rel&quot; ] ] ].</span></p>

<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&nbsp;</span></p>











<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">;;;;;;;;;;;;;;;
demonstrative pronoun ;;;;;;;;;;;;;;;;;;;<br>demo-pronoun-lex :=
pronoun-lex &amp;<br>[ SYNSEM [
LOCAL.CONT.HOOK.INDEX.COG-ST activ+fam,<br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;&nbsp;&nbsp;&nbsp; </span>LKEYS [ KEYREL.LBL
#lbl,<br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style=""></span>ALTKEYREL
event-relation &amp;<br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;&nbsp;&nbsp;&nbsp; </span>[ LBL #lbl ] ] ] ].</span></p>

<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&nbsp;</span></p>















<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">;;;;;;;;;;;;;;;;; lexical
entry ;;;;;;;;;;;;;;;;;<br>ei_demo := demo-pronoun-lex
&amp;<br>[ STEM &lt; &quot;ei&quot;
&gt;, <br><span style="">&nbsp; </span>SYNSEM [ LOCAL.CONT.HOOK.INDEX.PNG [ PER
third, <br><span style="">&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; </span><span style="">&nbsp;&nbsp;
</span>GRD non-hon,<br><span style="">&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; </span><span style="">&nbsp;&nbsp;
</span>TPC low ], <br><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style="">&nbsp;&nbsp;&nbsp;&nbsp;
</span>LKEYS.ALTKEYREL.PRED proximal+dem_q_rel ] ].&nbsp;</span></p>

<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">It
can parse, but it can't generate because it couldn't show any MRS for the main
transitive verb of the sentence. For example: </span></p>





<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"naafid
bhaat khaay"<br>"Naafid
rice eats"<br>(Naafid
eats rice)</span></p>



<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">There
is no MRS for the main verb 'khaay' which should be 'eat_v_rel' and handle 'h1',
but the LTOP of the whole MRS is 'h1' as usual. Did I do any mistake here about
following the lab guidelines?</span></p>



<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">3.
I 've written some morphological rules for verbs. Free word order language 'Bangla'
has subject-verb agreements only with person variations. However, when I try to
generate from a given parse tree, it only generate the sentences with the right
most verb form of the rule. An example for 3<sup>rd</sup>-person verb form at 'irules.tdl'
file:</span></p>







<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">3p-verb :=<br>%suffix (* e) (* chhe) (*
chhila) (* chhilo) (* echhe) (* echhila) (* be) (a ay) (a acchhe) (aa eyechhe)
(jaa giechhe) (aa eyechhila) (aa eyechhilo) (jaa giechhila) (jaa giechhilo) (e
ey) (e icchhe) (e icchhila) (e icchhilo) (e iechhe) (e iechhila) (e iechhilo)
(e ibe)<br>3p-verb-lex-rule.</span></p>



<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Here,
the right most 3<sup>rd</sup> person verb form is "(aa eyechhilo)" for those
verbs which have ending letters 'aa'. I know LKB checks the rules from right to
left, but it generates the sentences with only this verb form, not with other verb
forms at left. For example an input sentence: "naafid bhaat khaay" (Naafid eats
rice), it generates only:</span></p>











<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"naafid
bhaat kheyechhilo" (Naafid ate rice)<br>"naafid
kheyechhilo bhaat"<br>............................</span></p><p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">But,
not any sentence like "naafid bhaat khaacchhe" (Naafid is eating rice). Here,
root form of the verb 'khaay' is 'khaa' at 'lexicon.tdl' file.</span></p>







<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">&nbsp;<br>4.
The last question here about single word parsing, of course I should ask you
long before, but I didn't even try with it. I can't parse a single word yet,
although I 've changed the 'globals.lsp' file as following:&nbsp;</span></p>

<p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">(defparameter *start-symbol*
&#39;(root lex-root)<br><span style="">&nbsp; </span>&quot;specifing valid parses&quot;)</span><br></p><p class="MsoNormal" style="">No,
I don't get the single word parse.<br><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"></span></p><p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"><br>
</span></p><p class="MsoNormal" style=""><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Thanks
a lot for being patience to read such a long mail of me.</span></p>

<br clear="all"><br>-- <br>-Altaf