<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="info_to_html.xml"?>
<root>
  <inferenceList xmlns="http://bogusnamespace.com/inference_pilot_evaluation/annotation">
    <inference id="PARC-7">
      <passage id="PARC-7_P">The technician cooled the room.</passage>
      <question id="PARC-7_Q">Did the technician lower the temperature of the room?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>yes</response>
        <because>cooling the room means lowering the temperature of the room</because>
      </answer>
      <hypothesis id="PARC-7_H">The technician did lower the temperature of the room .</hypothesis>
    </inference>
    <inference id="PARC-8">
      <passage id="PARC-8_P">The technician raised the temperature of the room.</passage>
      <question id="PARC-8_Q">Did the technician cool the room?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>no</response>
        <because />
      </answer>
      <hypothesis id="PARC-8_H">The technician did cool the room .</hypothesis>
    </inference>
    <inference id="PARC-100">
      <passage id="PARC-100_P">Bin Laden was last seen in the house.</passage>
      <question id="PARC-100_Q">Where is Osama Bin Laden?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>in the house</response>
      </answer>
      <hypothesis id="PARC-100_H">Osama_Bin_Laden is WH[LOCATION] .</hypothesis>
    </inference>
    <inference id="PARC-101">
      <passage id="PARC-101_P">Bin Laden was fondling an AK-47.</passage>
      <question id="PARC-101_Q">What was Osama Bin Laden holding?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>an AK-47</response>
      </answer>
      <hypothesis id="PARC-101_H">Osama_Bin_Laden holding was WH[] .</hypothesis>
    </inference>
    <inference id="PARC-102">
      <passage id="PARC-102_P">Bin Laden was fondling an AK-47.</passage>
      <question id="PARC-102_Q">Which gun was Osama Bin Laden holding?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>the AK-47</response>
      </answer>
      <hypothesis id="PARC-102_H">Osama_Bin_Laden holding was WH[gun] gun .</hypothesis>
    </inference>
    <inference id="PARC-103">
      <passage id="PARC-103_P">Some 8,000 US troops will be moved from the Japanese island
   of Okinawa, with other bases earmarked for closure.</passage>
      <question id="PARC-103_Q">Are there over 5000 U.S. troops in Okinawa currently?</question>
      <answer id="1" polarity="true" force="strict" source="linguistic">
        <response>yes</response>
      </answer>
      <hypothesis id="PARC-103_H">There are over 5000 U.S. troops in Okinawa currently .</hypothesis>
    </inference>
  </inferenceList>
  <documentList xmlns="http://bogusnamespace.com/sentenceInfo">
    <docInfo id="PARC-7_P">
      <passage>The technician cooled the room.</passage>
      <sentenceInfo>
        <sentence>The technician cooled the room .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>The</word>
            <wordSense />
            <POS>DT</POS>
            <stem>The</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>technician</word>
            <wordSense />
            <POS>NN</POS>
            <stem>technician</stem>
            <lemma>technician</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>cooled</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>cool</stem>
            <lemma>cool</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>room</word>
            <wordSense />
            <POS>NN</POS>
            <stem>room</stem>
            <lemma>room</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00263157894736842</idf>
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (DT The) (NN technician))
    (VP (VBD cooled)
      (NP (DT the) (NN room)))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>3</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>5</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>3</governor>
            <dependent>5</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>5</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-7_Q">
      <passage>Did the technician lower the temperature of the room?</passage>
    </docInfo>
    <docInfo id="PARC-7_H" questionType="Y/N">
      <passage />
      <sentenceInfo>
        <sentence>The technician did lower the temperature of the room .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>The</word>
            <wordSense />
            <POS>DT</POS>
            <stem>The</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>technician</word>
            <wordSense />
            <POS>NN</POS>
            <stem>technician</stem>
            <lemma>technician</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>did</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>did</stem>
            <lemma>do</lemma>
            <costMagnification />
            <polarity />
            <idf>0.142857142857143</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>lower</word>
            <wordSense />
            <POS>VB</POS>
            <stem>lower</stem>
            <lemma>lower</lemma>
            <costMagnification />
            <polarity />
            <idf>0.142857142857143</idf>
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>temperature</word>
            <wordSense />
            <POS>NN</POS>
            <stem>temperatur</stem>
            <lemma>temperature</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0075187969924812</idf>
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>of</word>
            <wordSense />
            <POS>IN</POS>
            <stem>of</stem>
            <lemma>of</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="8">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="9">
            <word>room</word>
            <wordSense />
            <POS>NN</POS>
            <stem>room</stem>
            <lemma>room</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00263157894736842</idf>
            <current />
          </wordInfo>
          <wordInfo id="10">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (DT The) (NN technician))
    (VP (VBD did)
      (VP (VB lower)
        (NP
          (NP (DT the) (NN temperature))
          (PP (IN of)
            (NP (DT the) (NN room))))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>4</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>aux</relation>
            <governor>4</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>6</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>4</governor>
            <dependent>6</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>9</governor>
            <dependent>8</dependent>
          </dependency>
          <dependency>
            <relation>prep_of</relation>
            <governor>6</governor>
            <dependent>9</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>4</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>4</predicate>
            <argument>6</argument>
          </srlType>
          <srlType>
            <label>arg0</label>
            <predicate>4</predicate>
            <argument>2</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-8_P">
      <passage>The technician raised the temperature of the room.</passage>
      <sentenceInfo>
        <sentence>The technician raised the temperature of the room .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>The</word>
            <wordSense />
            <POS>DT</POS>
            <stem>The</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>technician</word>
            <wordSense />
            <POS>NN</POS>
            <stem>technician</stem>
            <lemma>technician</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>raised</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>rais</stem>
            <lemma>raise</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0172413793103448</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>temperature</word>
            <wordSense />
            <POS>NN</POS>
            <stem>temperatur</stem>
            <lemma>temperature</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0075187969924812</idf>
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>of</word>
            <wordSense />
            <POS>IN</POS>
            <stem>of</stem>
            <lemma>of</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="8">
            <word>room</word>
            <wordSense />
            <POS>NN</POS>
            <stem>room</stem>
            <lemma>room</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00263157894736842</idf>
            <current />
          </wordInfo>
          <wordInfo id="9">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (DT The) (NN technician))
    (VP (VBD raised)
      (NP
        (NP (DT the) (NN temperature))
        (PP (IN of)
          (NP (DT the) (NN room)))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>3</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>5</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>3</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>8</governor>
            <dependent>7</dependent>
          </dependency>
          <dependency>
            <relation>prep_of</relation>
            <governor>5</governor>
            <dependent>8</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>5</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-8_Q">
      <passage>Did the technician cool the room?</passage>
    </docInfo>
    <docInfo id="PARC-8_H" questionType="Y/N">
      <passage />
      <sentenceInfo>
        <sentence>The technician did cool the room .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>The</word>
            <wordSense />
            <POS>DT</POS>
            <stem>The</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>technician</word>
            <wordSense />
            <POS>NN</POS>
            <stem>technician</stem>
            <lemma>technician</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>did</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>did</stem>
            <lemma>do</lemma>
            <costMagnification />
            <polarity />
            <idf>0.142857142857143</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>cool</word>
            <wordSense />
            <POS>VB</POS>
            <stem>cool</stem>
            <lemma>cool</lemma>
            <costMagnification />
            <polarity />
            <idf>0.25</idf>
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>room</word>
            <wordSense />
            <POS>NN</POS>
            <stem>room</stem>
            <lemma>room</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00263157894736842</idf>
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (DT The) (NN technician))
    (VP (VBD did)
      (VP (VB cool)
        (NP (DT the) (NN room))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>4</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>aux</relation>
            <governor>4</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>6</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>4</governor>
            <dependent>6</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>4</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>4</predicate>
            <argument>6</argument>
          </srlType>
          <srlType>
            <label>arg0</label>
            <predicate>4</predicate>
            <argument>2</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-100_P">
      <passage>Bin Laden was last seen in the house.</passage>
      <sentenceInfo>
        <sentence>Bin Laden was last seen in the house .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Bin_Laden</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Bin_Laden</stem>
            <lemma>Bin_Laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>0</nerID>
              <ner>PERSON</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>was</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>wa</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0476190476190476</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>last</word>
            <wordSense />
            <POS>RB</POS>
            <stem>last</stem>
            <lemma>last</lemma>
            <costMagnification />
            <polarity />
            <idf>0.2</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>seen</word>
            <wordSense />
            <POS>VBN</POS>
            <stem>seen</stem>
            <lemma>see</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0036231884057971</idf>
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>in</word>
            <wordSense />
            <POS>IN</POS>
            <stem>in</stem>
            <lemma>in</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>house</word>
            <wordSense />
            <POS>NN</POS>
            <stem>hous</stem>
            <lemma>house</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00252525252525253</idf>
            <current />
          </wordInfo>
          <wordInfo id="8">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NNP Bin_Laden))
    (VP (VBD was)
      (ADVP (RB last))
      (VP (VBN seen)
        (PP (IN in)
          (NP (DT the) (NN house)))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>nsubjpass</relation>
            <governor>4</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>auxpass</relation>
            <governor>4</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>advmod</relation>
            <governor>4</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>7</governor>
            <dependent>6</dependent>
          </dependency>
          <dependency>
            <relation>prep_in</relation>
            <governor>4</governor>
            <dependent>7</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg2</label>
            <predicate>2</predicate>
            <argument>4</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>1</argument>
          </srlType>
          <srlType>
            <label>argm-tmp</label>
            <predicate>2</predicate>
            <argument>3</argument>
          </srlType>
          <srlType>
            <label>argm-loc</label>
            <predicate>4</predicate>
            <argument>7</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>4</predicate>
            <argument>1</argument>
          </srlType>
          <srlType>
            <label>argm-tmp</label>
            <predicate>4</predicate>
            <argument>3</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-100_Q">
      <passage>Where is Osama Bin Laden?</passage>
    </docInfo>
    <docInfo id="PARC-100_H" questionType="WH">
      <passage />
      <sentenceInfo>
        <sentence>Osama_Bin_Laden is WH[LOCATION] .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Osama_Bin_Laden</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Osama_Bin_Laden</stem>
            <lemma>Osama_Bin_Laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>is</word>
            <wordSense />
            <POS>VBZ</POS>
            <stem>is</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0101010101010101</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>WH[LOCATION]</word>
            <wordSense />
            <POS>JJ</POS>
            <stem>WH[LOCATION]</stem>
            <lemma>wh[location]</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NNP Osama_Bin_Laden))
    (VP (VBZ is)
      (ADJP (JJ WH[LOCATION])))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>3</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>cop</relation>
            <governor>3</governor>
            <dependent>2</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg2</label>
            <predicate>2</predicate>
            <argument>3</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>1</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-101_P">
      <passage>Bin Laden was fondling an AK-47.</passage>
      <sentenceInfo>
        <sentence>Bin Laden was fondling an AK-47 .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Bin_Laden</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Bin_Laden</stem>
            <lemma>Bin_Laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>0</nerID>
              <ner>PERSON</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>was</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>wa</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0476190476190476</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>fondling</word>
            <wordSense />
            <POS>VBG</POS>
            <stem>fondl</stem>
            <lemma>fondle</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>an</word>
            <wordSense />
            <POS>DT</POS>
            <stem>an</stem>
            <lemma>a</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>AK-47</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>AK-47</stem>
            <lemma>AK-47</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NNP Bin_Laden))
    (VP (VBD was)
      (VP (VBG fondling)
        (NP (DT an) (NNP AK-47))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>3</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>aux</relation>
            <governor>3</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>5</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>3</governor>
            <dependent>5</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>3</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>1</argument>
          </srlType>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>1</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>5</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-101_Q">
      <passage>What was Osama Bin Laden holding?</passage>
    </docInfo>
    <docInfo id="PARC-101_H" questionType="WH">
      <passage />
      <sentenceInfo>
        <sentence>Osama_Bin_Laden holding was WH[] .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Osama_Bin_Laden</word>
            <wordSense />
            <POS>NN</POS>
            <stem>Osama_Bin_Laden</stem>
            <lemma>osama_bin_laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>holding</word>
            <wordSense />
            <POS>NN</POS>
            <stem>hold</stem>
            <lemma>holding</lemma>
            <costMagnification />
            <polarity />
            <idf>0.333333333333333</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>was</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>wa</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0476190476190476</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>WH[]</word>
            <wordSense />
            <POS>JJ</POS>
            <stem>WH[]</stem>
            <lemma>wh[]</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NN Osama_Bin_Laden) (NN holding))
    (VP (VBD was)
      (ADJP (JJ WH[])))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>nn</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>4</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>cop</relation>
            <governor>4</governor>
            <dependent>3</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg2</label>
            <predicate>3</predicate>
            <argument>4</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-102_P">
      <passage>Bin Laden was fondling an AK-47.</passage>
      <sentenceInfo>
        <sentence>Bin Laden was fondling an AK-47 .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Bin_Laden</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Bin_Laden</stem>
            <lemma>Bin_Laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>0</nerID>
              <ner>PERSON</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>was</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>wa</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0476190476190476</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>fondling</word>
            <wordSense />
            <POS>VBG</POS>
            <stem>fondl</stem>
            <lemma>fondle</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>an</word>
            <wordSense />
            <POS>DT</POS>
            <stem>an</stem>
            <lemma>a</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>AK-47</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>AK-47</stem>
            <lemma>AK-47</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NNP Bin_Laden))
    (VP (VBD was)
      (VP (VBG fondling)
        (NP (DT an) (NNP AK-47))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>3</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>aux</relation>
            <governor>3</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>5</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>dobj</relation>
            <governor>3</governor>
            <dependent>5</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>1</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>3</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>5</argument>
          </srlType>
          <srlType>
            <label>arg0</label>
            <predicate>3</predicate>
            <argument>1</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-102_Q">
      <passage>Which gun was Osama Bin Laden holding?</passage>
    </docInfo>
    <docInfo id="PARC-102_H" questionType="WH">
      <passage />
      <sentenceInfo>
        <sentence>Osama_Bin_Laden holding was WH[gun] gun .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Osama_Bin_Laden</word>
            <wordSense />
            <POS>NN</POS>
            <stem>Osama_Bin_Laden</stem>
            <lemma>osama_bin_laden</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>holding</word>
            <wordSense />
            <POS>NN</POS>
            <stem>hold</stem>
            <lemma>holding</lemma>
            <costMagnification />
            <polarity />
            <idf>0.333333333333333</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>was</word>
            <wordSense />
            <POS>VBD</POS>
            <stem>wa</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0476190476190476</idf>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>WH[gun]</word>
            <wordSense />
            <POS>JJ</POS>
            <stem>WH[gun]</stem>
            <lemma>wh[gun]</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>gun</word>
            <wordSense />
            <POS>NN</POS>
            <stem>gun</stem>
            <lemma>gun</lemma>
            <costMagnification />
            <polarity />
            <idf>0.00970873786407767</idf>
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (NN Osama_Bin_Laden) (NN holding))
    (VP (VBD was)
      (NP (JJ WH[gun]) (NN gun)))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>nn</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nsubj</relation>
            <governor>5</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>cop</relation>
            <governor>5</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>amod</relation>
            <governor>5</governor>
            <dependent>4</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg2</label>
            <predicate>3</predicate>
            <argument>2</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>3</predicate>
            <argument>5</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-103_P">
      <passage>Some 8,000 US troops will be moved from the Japanese island
   of Okinawa, with other bases earmarked for closure.</passage>
      <sentenceInfo>
        <sentence>Some 8,000 US troops will be moved from the Japanese island of Okinawa , with other bases earmarked for closure .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>Some</word>
            <wordSense />
            <POS>DT</POS>
            <stem>Some</stem>
            <lemma>some</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>8,000</word>
            <wordSense />
            <POS>CD</POS>
            <stem>8,000</stem>
            <lemma>8,000</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>CD</nerTag>
            <nerInfo>
              <nerID>0</nerID>
              <ner>NUMBER</ner>
              <normalized>8000.0</normalized>
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>US</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>US</stem>
            <lemma>US</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>1</nerID>
              <ner>LOCATION</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>troops</word>
            <wordSense />
            <POS>NNS</POS>
            <stem>troop</stem>
            <lemma>troops</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0192307692307692</idf>
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>will</word>
            <wordSense />
            <POS>MD</POS>
            <stem>will</stem>
            <lemma>will</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0294117647058824</idf>
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>be</word>
            <wordSense />
            <POS>VB</POS>
            <stem>be</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0285714285714286</idf>
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>moved</word>
            <wordSense />
            <POS>VBN</POS>
            <stem>move</stem>
            <lemma>move</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0192307692307692</idf>
            <current />
          </wordInfo>
          <wordInfo id="8">
            <word>from</word>
            <wordSense />
            <POS>IN</POS>
            <stem>from</stem>
            <lemma>from</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="9">
            <word>the</word>
            <wordSense />
            <POS>DT</POS>
            <stem>the</stem>
            <lemma>the</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="10">
            <word>Japanese</word>
            <wordSense />
            <POS>JJ</POS>
            <stem>Japanes</stem>
            <lemma>japanese</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0222222222222222</idf>
            <current />
          </wordInfo>
          <wordInfo id="11">
            <word>island</word>
            <wordSense />
            <POS>NN</POS>
            <stem>island</stem>
            <lemma>island</lemma>
            <costMagnification />
            <polarity />
            <idf>0.032258064516129</idf>
            <current />
          </wordInfo>
          <wordInfo id="12">
            <word>of</word>
            <wordSense />
            <POS>IN</POS>
            <stem>of</stem>
            <lemma>of</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="13">
            <word>Okinawa</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Okinawa</stem>
            <lemma>Okinawa</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>2</nerID>
              <ner>LOCATION</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="14">
            <word>,</word>
            <wordSense />
            <POS>,</POS>
            <stem>,</stem>
            <lemma>,</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="15">
            <word>with</word>
            <wordSense />
            <POS>IN</POS>
            <stem>with</stem>
            <lemma>with</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="16">
            <word>other</word>
            <wordSense />
            <POS>JJ</POS>
            <stem>other</stem>
            <lemma>other</lemma>
            <costMagnification />
            <polarity />
            <idf>5.91715976331361E-4</idf>
            <current />
          </wordInfo>
          <wordInfo id="17">
            <word>bases</word>
            <wordSense />
            <POS>NNS</POS>
            <stem>base</stem>
            <lemma>basis</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0526315789473684</idf>
            <current />
          </wordInfo>
          <wordInfo id="18">
            <word>earmarked</word>
            <wordSense />
            <POS>VBN</POS>
            <stem>earmark</stem>
            <lemma>earmark</lemma>
            <costMagnification />
            <polarity />
            <idf>1.0</idf>
            <current />
          </wordInfo>
          <wordInfo id="19">
            <word>for</word>
            <wordSense />
            <POS>IN</POS>
            <stem>for</stem>
            <lemma>for</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="20">
            <word>closure</word>
            <wordSense />
            <POS>NN</POS>
            <stem>closur</stem>
            <lemma>closure</lemma>
            <costMagnification />
            <polarity />
            <idf>1.0</idf>
            <current />
          </wordInfo>
          <wordInfo id="21">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (DT Some) (CD 8,000) (NNP US) (NNS troops))
    (VP (MD will)
      (VP (VB be)
        (VP (VBN moved)
          (PP (IN from)
            (NP
              (NP (DT the) (JJ Japanese) (NN island))
              (PP (IN of)
                (NP (NNP Okinawa)))))
          (, ,)
          (PP (IN with)
            (NP
              (NP (JJ other) (NNS bases))
              (VP (VBN earmarked)
                (PP (IN for)
                  (NP (NN closure)))))))))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>7</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>4</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>num</relation>
            <governor>4</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>nn</relation>
            <governor>4</governor>
            <dependent>3</dependent>
          </dependency>
          <dependency>
            <relation>nsubjpass</relation>
            <governor>7</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>aux</relation>
            <governor>7</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>auxpass</relation>
            <governor>7</governor>
            <dependent>6</dependent>
          </dependency>
          <dependency>
            <relation>det</relation>
            <governor>11</governor>
            <dependent>9</dependent>
          </dependency>
          <dependency>
            <relation>amod</relation>
            <governor>11</governor>
            <dependent>10</dependent>
          </dependency>
          <dependency>
            <relation>prep_from</relation>
            <governor>7</governor>
            <dependent>11</dependent>
          </dependency>
          <dependency>
            <relation>prep_of</relation>
            <governor>11</governor>
            <dependent>13</dependent>
          </dependency>
          <dependency>
            <relation>amod</relation>
            <governor>17</governor>
            <dependent>16</dependent>
          </dependency>
          <dependency>
            <relation>prep_with</relation>
            <governor>7</governor>
            <dependent>17</dependent>
          </dependency>
          <dependency>
            <relation>partmod</relation>
            <governor>17</governor>
            <dependent>18</dependent>
          </dependency>
          <dependency>
            <relation>prep_for</relation>
            <governor>18</governor>
            <dependent>20</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>argm-mod</label>
            <predicate>6</predicate>
            <argument>5</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>6</predicate>
            <argument>4</argument>
          </srlType>
          <srlType>
            <label>argm-dir</label>
            <predicate>7</predicate>
            <argument>11</argument>
          </srlType>
          <srlType>
            <label>argm-mod</label>
            <predicate>7</predicate>
            <argument>5</argument>
          </srlType>
          <srlType>
            <label>arg2</label>
            <predicate>7</predicate>
            <argument>17</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>7</predicate>
            <argument>4</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>18</predicate>
            <argument>17</argument>
          </srlType>
          <srlType>
            <label>arg2</label>
            <predicate>18</predicate>
            <argument>20</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
    <docInfo id="PARC-103_Q">
      <passage>Are there over 5000 U.S. troops in Okinawa currently?</passage>
    </docInfo>
    <docInfo id="PARC-103_H" questionType="Y/N">
      <passage />
      <sentenceInfo>
        <sentence>There are over 5000 U.S. troops in Okinawa currently .</sentence>
        <wordTable>
          <wordInfo id="1">
            <word>There</word>
            <wordSense />
            <POS>EX</POS>
            <stem>There</stem>
            <lemma>there</lemma>
            <costMagnification />
            <polarity />
            <idf>4.86381322957198E-4</idf>
            <current />
          </wordInfo>
          <wordInfo id="2">
            <word>are</word>
            <wordSense />
            <POS>VBP</POS>
            <stem>ar</stem>
            <lemma>be</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0169491525423729</idf>
            <current />
          </wordInfo>
          <wordInfo id="3">
            <word>over</word>
            <wordSense />
            <POS>IN</POS>
            <stem>over</stem>
            <lemma>over</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="4">
            <word>5000</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>5000</stem>
            <lemma>5000</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="5">
            <word>U.S.</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>U.S.</stem>
            <lemma>U.S.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>0</nerID>
              <ner>LOCATION</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="6">
            <word>troops</word>
            <wordSense />
            <POS>NNS</POS>
            <stem>troop</stem>
            <lemma>troops</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0192307692307692</idf>
            <current />
          </wordInfo>
          <wordInfo id="7">
            <word>in</word>
            <wordSense />
            <POS>IN</POS>
            <stem>in</stem>
            <lemma>in</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
          <wordInfo id="8">
            <word>Okinawa</word>
            <wordSense />
            <POS>NNP</POS>
            <stem>Okinawa</stem>
            <lemma>Okinawa</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <nerTag>NNP</nerTag>
            <nerInfo>
              <nerID>1</nerID>
              <ner>LOCATION</ner>
              <normalized />
            </nerInfo>
            <current />
          </wordInfo>
          <wordInfo id="9">
            <word>currently</word>
            <wordSense />
            <POS>RB</POS>
            <stem>current</stem>
            <lemma>currently</lemma>
            <costMagnification />
            <polarity />
            <idf>0.0294117647058824</idf>
            <current />
          </wordInfo>
          <wordInfo id="10">
            <word>.</word>
            <wordSense />
            <POS>.</POS>
            <stem>.</stem>
            <lemma>.</lemma>
            <costMagnification />
            <polarity />
            <idf />
            <current />
          </wordInfo>
        </wordTable>
        <parse>(ROOT
  (S
    (NP (EX There))
    (VP (VBP are)
      (PP (IN over)
        (NP
          (NP (NNP 5000) (NNP U.S.) (NNS troops))
          (PP (IN in)
            (NP (NNP Okinawa)))))
      (ADVP (RB currently)))
    (. .)))</parse>
        <dependencyParse>
          <dependency>
            <relation>root</relation>
            <governor>-1</governor>
            <dependent>2</dependent>
          </dependency>
          <dependency>
            <relation>expl</relation>
            <governor>2</governor>
            <dependent>1</dependent>
          </dependency>
          <dependency>
            <relation>nn</relation>
            <governor>6</governor>
            <dependent>4</dependent>
          </dependency>
          <dependency>
            <relation>nn</relation>
            <governor>6</governor>
            <dependent>5</dependent>
          </dependency>
          <dependency>
            <relation>prep_over</relation>
            <governor>2</governor>
            <dependent>6</dependent>
          </dependency>
          <dependency>
            <relation>prep_in</relation>
            <governor>6</governor>
            <dependent>8</dependent>
          </dependency>
          <dependency>
            <relation>advmod</relation>
            <governor>2</governor>
            <dependent>9</dependent>
          </dependency>
        </dependencyParse>
        <logicalForm />
        <srlTable>
          <srlType>
            <label>arg2</label>
            <predicate>2</predicate>
            <argument>6</argument>
          </srlType>
          <srlType>
            <label>argm-tmp</label>
            <predicate>2</predicate>
            <argument>9</argument>
          </srlType>
          <srlType>
            <label>arg1</label>
            <predicate>2</predicate>
            <argument>1</argument>
          </srlType>
        </srlTable>
      </sentenceInfo>
    </docInfo>
  </documentList>
</root>


