<?xml version="1.0" encoding="utf-8" ?>
<input>
  <meta>  
  </meta>
  
  <conversation_script>
    <specific_sentence ID="10" text_TL ="Sheela to Raju: i girl."/>
    <specific_sentence ID="20" text_TL ="Raju to Sheela: you girl."/>
    <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="Sheela"/>
      <gender text_TL="_1"/>
      <atoms>
        <atom ID="i" text_TL="i"/>
        <atom ID="_gender" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="i _">
        <leaf ID="sheela_i" speech_NL_direct="i.wav"/>
        <leaf ID="_gender" speech_NL_direct="gender.wav"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Raju"/>
      <gender text_TL="_1"/>
      <atoms>
        <atom ID="you" text_TL="you"/>
        <atom ID="_gender" text_TL="_2"/>
        <atom text_TL="."/>        
      </atoms>
      <subtree ID="you _">
        <leaf ID="raju_you" speech_NL_direct="you.wav"/>
        <leaf ID="_gender" speech_NL_direct="gender.wav"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Sheela"/>
      <gender text_TL="_1"/>
      <atoms>
        <atom ID="he" text_TL="he"/>
        <atom ID="_gender" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="he _">
        <leaf ID="sheela_he" speech_NL_direct="he.wav"/>
        <leaf ID="_gender" speech_NL_direct="gender.wav"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Raju"/>
      <gender text_TL="_1"/>
      <atoms>
        <atom ID="she" text_TL="she"/>
        <atom ID="_gender" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="she _">
        <leaf ID="raju_she" speech_NL_direct="she.wav"/>
        <leaf ID="_gender" speech_NL_direct="gender.wav"/>
      </subtree>
    </pattern>
    <pattern>
      <speaker text_TL="Sheela"/>
      <thing text_TL="_1"/>
      <atoms>
        <atom ID="it" text_TL="it"/>
        <atom ID="_gender" text_TL="_2"/>
        <atom text_TL="."/>
      </atoms>
      <subtree ID="it _">
        <leaf ID="sheela_it" speech_NL_direct="it.wav"/>
        <leaf ID="_thing" speech_NL_direct="thing.wav"/>
      </subtree>
    </pattern>
  </patterns>

  <atom_pronunciation>
    <fixed_atom ID="sheela_i" speech_TL="sheela_i.wav">
      <syllable speech_TL="sheela_i.wav" difficulty="easy"/>
    </fixed_atom>
    <fixed_atom ID="raju_you" speech_TL="raju_you.wav">
      <syllable speech_TL="raju_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="girl" speech_TL="raju_girl.wav">
      <syllable speech_TL="raju_girl.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Sheela" text_TL="girl" speech_TL="sheela_girl.wav">
      <syllable speech_TL="sheela_girl.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Sheela" text_TL="boy" speech_TL="sheela_boy.wav">
      <syllable speech_TL="sheela_boy.wav" difficulty="easy"/>
    </variable_atom>
    <variable_atom speaker="Sheela" text_TL="desk" speech_TL="sheela_desk.wav">
      <syllable speech_TL="sheela_desk.wav" difficulty="easy"/>
    </variable_atom>

  </atom_pronunciation>
</input>
