<?xml version="1.0" encoding="utf-8" ?>
<input>
  <meta>  
  </meta>
  
  <conversation_script>
    <specific_sentence ID="10" text_TL ="Raju to Sheela: i boy."/>
    <specific_sentence ID="20" text_TL ="Sheela to Raju: you boy."/>
    <specific_sentence ID="30" text_TL ="Sheela to Raju: he boy."/>
    <specific_sentence ID="40" text_TL ="Raju to Sheela: she girl."/>
    <specific_sentence ID="30" text_TL ="Sheela to Raju: it desk."/>
  </conversation_script>
  
  <patterns>
    <pattern>
      <speaker text_TL="Raju"/>
      <addressee text_TL="_1"/>
      <atoms>
        <atom ID="raju_i" text_TL="i"/>
        <atom ID="_addressee" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="i _">
        <leaf ID="raju_i" speech_NL_direct="i.wav"/>
        <leaf ID="_addressee"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Sheela"/>
      <addressee text_TL="_1"/>
      <atoms>
        <atom ID="sheela_you" text_TL="you"/>
        <atom ID="_addressee" text_TL="_2"/>
        <atom text_TL="."/>        
      </atoms>
      <subtree ID="you _">
        <leaf ID="sheela_you" speech_NL_direct="you.wav"/>
        <leaf ID="_addressee"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Sheela"/>
      <addressee text_TL="_1"/>
      <atoms>
        <atom ID="sheela_he" text_TL="he"/>
        <atom ID="_addressee" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="he _">
        <leaf ID="sheela_he" speech_NL_direct="he.wav"/>
        <leaf ID="_addressee"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Raju"/>
      <addressee text_TL="_1"/>
      <atoms>
        <atom ID="raju_she" text_TL="she"/>
        <atom ID="_addressee" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="she _">
        <leaf ID="raju_she" speech_NL_direct="she.wav"/>
        <leaf ID="_addressee"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Sheela"/>
      <addressee text_TL="_1"/>
      <atoms>
        <atom ID="sheela_it" text_TL="it"/>
        <atom ID="_addressee" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="it _">
        <leaf ID="sheela_it" speech_NL_direct="it.wav"/>
        <leaf ID="_addressee"/>
      </subtree>
    </pattern>
  </patterns>

  <atom_pronunciation>
    <fixed_atom ID="raju_i" speech_TL="raju_i.wav">
      <syllable speech_TL="raju_i.wav" difficulty="easy"/>
    </fixed_atom>
    <fixed_atom ID="sheela_you" speech_TL="sheela_you.wav">
      <syllable speech_TL="sheela_you.wav" difficulty="easy"/>      
    </fixed_atom>
    <fixed_atom ID="sheela_he" speech_TL="sheela_he.wav">
      <syllable speech_TL="sheela_he.wav" difficulty="easy"/>
    </fixed_atom>
    <fixed_atom ID="raju_she" speech_TL="raju_she.wav">
      <syllable speech_TL="raju_she.wav" difficulty="easy"/>
    </fixed_atom>
    <fixed_atom ID="sheela_it" speech_TL="sheela_it.wav">
      <syllable speech_TL="sheela_it.wav" difficulty="easy"/>
    </fixed_atom>

    <variable_atom speaker="Raju" text_TL="boy" speech_NL_direct="boy.wav" speech_TL="raju_boy.wav">
      <syllable speech_TL="raju_boy.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Sheela" text_TL="boy" speech_NL_direct="boy.wav" speech_TL="sheela_boy.wav">
      <syllable speech_TL="sheela_boy.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Raju" text_TL="girl" speech_NL_direct="girl.wav" speech_TL="raju_girl.wav">
      <syllable speech_TL="raju_girl.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Sheela" text_TL="desk" speech_NL_direct="desk.wav" speech_TL="sheela_desk.wav">
      <syllable speech_TL="sheela_desk.wav" difficulty="easy"/>
    </variable_atom>
  </atom_pronunciation>
</input>
