<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="candc.xml"?>

<candc>
<ccg>
 <rule type="rp" cat="S[dcl]">
  <rule type="fa" cat="S[dcl]">
   <rule type="ba" cat="S[dcl]/NP">
    <rule type="fc" cat="S[dcl]/NP">
     <rule type="tr" cat="S[X]/(S[X]\NP)">
      <rule type="lex" cat="NP">
       <rule type="fa" cat="N">
        <lf start="0" span="1" word="Dr." lemma="Dr." pos="NNP" chunk="I-NP" entity="I-PER" cat="N/N" />
        <lf start="1" span="1" word="Jekyll" lemma="Jekyll" pos="NNP" chunk="I-NP" entity="I-PER" cat="N" />
       </rule>
      </rule>
     </rule>
     <lf start="2" span="1" word="saw" lemma="see" pos="VBD" chunk="I-VP" entity="O" cat="(S[dcl]\NP)/NP" />
    </rule>
    <rule type="conj" cat="(S[dcl]/NP)\(S[dcl]/NP)">
     <lf start="3" span="1" word="and" lemma="and" pos="CC" chunk="O" entity="O" cat="conj" />
     <rule type="fc" cat="S[dcl]/NP">
      <rule type="tr" cat="S[X]/(S[X]\NP)">
       <rule type="lex" cat="NP">
        <rule type="fa" cat="N">
         <lf start="4" span="1" word="Mr." lemma="Mr." pos="NNP" chunk="I-NP" entity="I-PER" cat="N/N" />
         <lf start="5" span="1" word="Hyde" lemma="Hyde" pos="NNP" chunk="I-NP" entity="I-PER" cat="N" />
        </rule>
       </rule>
      </rule>
      <lf start="6" span="1" word="ate" lemma="eat" pos="VBD" chunk="I-VP" entity="O" cat="(S[dcl]\NP)/NP" />
     </rule>
    </rule>
   </rule>
   <rule type="fa" cat="NP[nb]">
    <lf start="7" span="1" word="a" lemma="a" pos="DT" chunk="I-NP" entity="O" cat="NP[nb]/N" />
    <lf start="8" span="1" word="lemon" lemma="lemon" pos="NN" chunk="I-NP" entity="O" cat="N" />
   </rule>
  </rule>
  <lf start="9" span="1" word="." lemma="." pos="." chunk="O" entity="O" cat="." />
 </rule>
</ccg>
</candc>

