Example: <eLeaf> (leaf or terminal node of an embedding tree)

These search results reproduce every example of the use of <eLeaf> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <eLeaf> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

19 Graphs, Networks, and Trees


19.3 Another Tree Notation

<eTree n="ex1">
 <label>PP</label>
 <eTree>
  <label>P</label>
  <eLeaf>
   <label>with</label>
  </eLeaf>
 </eTree>
 <eTree>
  <label>NP</label>
  <eTree>
   <label>Art</label>
   <eLeaf>
    <label>the</label>
   </eLeaf>
  </eTree>
  <eTree>
   <label>N</label>
   <eLeaf>
    <label>periscope</label>
   </eLeaf>
  </eTree>
 </eTree>
</eTree>

19.3 Another Tree Notation

<eTree n="ex2">
 <label>PP</label>
 <eTree>
  <label>P</label>
  <eLeaf>
   <label>with</label>
  </eLeaf>
 </eTree>
 <triangle>
  <label>NP</label>
  <eLeaf>
   <label>the periscope</label>
  </eLeaf>
 </triangle>
</eTree>

19.3 Another Tree Notation

<eTree n="ex3">
 <label>VP</label>
 <eTree>
  <label>V</label>
  <eLeaf>
   <label>see</label>
  </eLeaf>
 </eTree>
 <eTree>
  <label>NP</label>
  <eTree>
   <label>Art</label>
   <eLeaf>
    <label>the</label>
   </eLeaf>
  </eTree>
  <eTree>
   <label>N</label>
   <eLeaf>
    <label>vessel</label>
   </eLeaf>
  </eTree>
  <eTree xml:id="GD-PPAexclude="#GD-PPB">
   <label>PP</label>
   <eTree>
    <label>P</label>
    <eLeaf>
     <label>with</label>
    </eLeaf>
   </eTree>
   <eTree>
    <label>NP</label>
    <eTree>
     <label>Art</label>
     <eLeaf>
      <label>the</label>
     </eLeaf>
    </eTree>
    <eTree>
     <label>N</label>
     <eLeaf>
      <label>periscope</label>
     </eLeaf>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
 <eTree xml:id="GD-PPBcopyOf="#GD-PPA"
  exclude="#GD-PPA">

  <label>PP</label>
 </eTree>
</eTree>

19.3 Another Tree Notation

<eTree n="ex4">
 <label>VP</label>
 <eTree xml:id="VBARAexclude="#VBARB">
  <label>V'</label>
  <eTree xml:id="VA">
   <label>V</label>
   <eLeaf>
    <label>see</label>
   </eLeaf>
  </eTree>
  <eTree>
   <label>NP</label>
   <eTree xml:id="SPEC1A">
    <label>Spec</label>
    <eLeaf>
     <label>the</label>
    </eLeaf>
   </eTree>
   <eTree>
    <label>N'</label>
    <eTree xml:id="NBAR2A">
     <label>N'</label>
     <eTree>
      <label>N</label>
      <eLeaf>
       <label>vessel</label>
      </eLeaf>
     </eTree>
    </eTree>
    <eTree xml:id="PPA1">
     <label>PP</label>
     <eTree>
      <label>P</label>
      <eLeaf>
       <label>with</label>
      </eLeaf>
     </eTree>
     <eTree>
      <label>NP</label>
      <eTree>
       <label>Spec</label>
       <eLeaf>
        <label>the</label>
       </eLeaf>
      </eTree>
      <eTree>
       <label>N'</label>
       <eTree>
        <label>N</label>
        <eLeaf>
         <label>periscope</label>
        </eLeaf>
       </eTree>
      </eTree>
     </eTree>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
 <eTree xml:id="VBARBexclude="#VBARA">
  <label>V'</label>
  <eTree>
   <label>V'</label>
   <eTree xml:id="VBcopyOf="#VA">
    <label>V</label>
   </eTree>
   <eTree>
    <label>NP</label>
    <eTree xml:id="SPEC1BcopyOf="#SPEC1A">
     <label>Spec</label>
    </eTree>
    <eTree xml:id="NBAR2BcopyOf="#NBAR2A">
     <label>N'</label>
    </eTree>
   </eTree>
  </eTree>
  <eTree xml:id="PPBcopyOf="#PPA1">
   <label>PP</label>
  </eTree>
 </eTree>
</eTree>

19.3 Another Tree Notation

<forest n="ex5type="derivation-syntactic">
 <eTree n="Stage 1xml:id="S1SBAR">
  <label>S'</label>
  <eTree xml:id="S1COMP">
   <label>COMP</label>
   <eLeaf xml:id="S1E">
    <label>e</label>
   </eLeaf>
  </eTree>
  <eTree xml:id="S1S">
   <label>S</label>
   <eTree xml:id="S1NP1">
    <label>NP</label>
    <eLeaf>
     <label>you</label>
    </eLeaf>
   </eTree>
   <eTree xml:id="S1VP">
    <label>VP</label>
    <eTree xml:id="S1V">
     <label>V</label>
     <eLeaf>
      <label>do</label>
     </eLeaf>
    </eTree>
    <eTree xml:id="S1NP2">
     <label>NP</label>
     <eLeaf xml:id="S1WH">
      <label>what</label>
     </eLeaf>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
 <eTree n="Stage 2xml:id="S2SBAR"
  corresp="#S1SBAR">

  <label>S'</label>
  <eTree xml:id="S2COMPcorresp="#S1COMP">
   <label>COMP</label>
   <eTree copyOf="#S1NP2corresp="#S1E">
    <label>NP</label>
   </eTree>
  </eTree>
  <eTree xml:id="S2Scorresp="#S1S">
   <label>S</label>
   <eTree xml:id="S2NP1copyOf="#S1NP1">
    <label>NP</label>
   </eTree>
   <eTree xml:id="S2VPcorresp="#S1VP">
    <label>VP</label>
    <eTree xml:id="S2VcopyOf="#S1V">
     <label>V</label>
    </eTree>
    <eTree xml:id="S2NP2corresp="#S1NP2">
     <label>NP</label>
     <eLeaf corresp="#S1WH">
      <label>t</label>
     </eLeaf>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
</forest>

<eTree>

<eTree n="ex1">
 <label>PP</label>
 <eTree>
  <label>P</label>
  <eLeaf>
   <label>with</label>
  </eLeaf>
 </eTree>
 <eTree>
  <label>NP</label>
  <eTree>
   <label>Art</label>
   <eLeaf>
    <label>the</label>
   </eLeaf>
  </eTree>
  <eTree>
   <label>N</label>
   <eLeaf>
    <label>periscope</label>
   </eLeaf>
  </eTree>
 </eTree>
</eTree>

<eTree>

<eTree n="ex1">
 <label>PP</label>
 <eTree>
  <label>P</label>
  <eLeaf>
   <label>avec</label>
  </eLeaf>
 </eTree>
 <eTree>
  <label>NP</label>
  <eTree>
   <label>Art</label>
   <eLeaf>
    <label>le</label>
   </eLeaf>
  </eTree>
  <eTree>
   <label>N</label>
   <eLeaf>
    <label>périscope</label>
   </eLeaf>
  </eTree>
 </eTree>
</eTree>

<triangle>

<triangle>
 <label>NP</label>
 <eLeaf>
  <label>the periscope</label>
 </eLeaf>
</triangle>

<triangle>

<triangle value="#NP">
 <label>NP</label>
 <eLeaf>
  <label>le périscope</label>
 </eLeaf>
</triangle>

<eLeaf>

<eLeaf value="http://an.fsurl.tei/#FSWITH">
 <label>with</label>
</eLeaf>

<eLeaf>

<eLeaf value="http://an.fsurl.tei/#FSWITH">
 <label>avec</label>
</eLeaf>

<forest>

<forest n="ex5type="derivation-syntactic">
 <eTree n="Stage 1xml:id="s1SBAR">
  <label>S'</label>
  <eTree xml:id="s1S">
   <label>S</label>
   <eTree xml:id="s1NP1">
    <label>NP</label>
    <eLeaf>
     <label>you</label>
    </eLeaf>
   </eTree>
   <eTree xml:id="s1VP">
    <label>VP</label>
    <eTree xml:id="s1V">
     <label>V</label>
     <eLeaf>
      <label>do</label>
     </eLeaf>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
 <eTree n="Stage 2xml:id="s2SBAR"
  corresp="#s1SBAR">

  <label>S'</label>
  <eTree xml:id="s2Scorresp="#s1S">
   <label>S</label>
   <eTree xml:id="s2NP1copyOf="#s1NP1">
    <label>NP</label>
   </eTree>
   <eTree xml:id="s2VPcorresp="#s1VP">
    <label>VP</label>
    <eTree xml:id="s2VcopyOf="#s1V">
     <label>V</label>
    </eTree>
    <eTree xml:id="s2NP2corresp="#s1NP2">
     <label>NP</label>
     <eLeaf corresp="#s1WH">
      <label>t</label>
     </eLeaf>
    </eTree>
   </eTree>
  </eTree>
 </eTree>
</forest>

19.4 Representing Textual Transmission

<eTree type="hypothetical">
 <label>δ</label>
 <eLeaf type="extant">
  <label>L</label>
 </eLeaf>
 <eLeaf type="lost">
  <label>t</label>
 </eLeaf>
</eTree>

19.4 Representing Textual Transmission

<eTree type="hypothetical">
 <label>α</label>
 <eTree type="hypothetical">
  <label>β</label>
  <eTree type="hypothetical">
   <label>δ</label>
   <eLeaf type="extant">
    <label>L</label>
   </eLeaf>
   <eLeaf type="lost">
    <label>t</label>
   </eLeaf>
  </eTree>
  <eTree type="hypothetical">
   <label>ε</label>
   <eLeaf type="extant">
    <label>R</label>
   </eLeaf>
   <eLeaf type="extant">
    <label>A</label>
    <ptr type="contamination"
     target="#gamma"/>

   </eLeaf>
  </eTree>
 </eTree>
 <eTree xml:id="gammatype="hypothetical">
  <label>γ</label>
  <eLeaf type="extant">
   <label>I</label>
  </eLeaf>
  <eLeaf type="extant">
   <label>X</label>
  </eLeaf>
 </eTree>
</eTree>