Ejemplo: <tns> (tense)

These search results reproduce every example of the use of <tns> 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 <tns> 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.

10 Dictionaries


<per> (en)

<entry>
 <form type="inflected">
  <gramGrp>
   <per value="2"/>
   <number value="singular"/>
   <tns value="present"/>
   <mood value="indicative"/>
  </gramGrp>
  <form type="personalpronoun">
   <orth>du</orth>
  </form>
  <form type="headword">
   <orth>
    <oRef>triffst</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

<per> (fr)

<entry>
 <form type="flexion">
  <gramGrp>
   <per value="2"/>
   <number value="singulier"/>
   <tns value="présent"/>
   <mood value="indicatif"/>
  </gramGrp>
  <form type="pronom_personnel">
   <orth>tu</orth>
  </form>
  <form type="entrée">
   <orth>
    <oRef>vas</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

<tns> (en)

<entry>
 <form type="inflected">
  <gramGrp>
   <per value="2"/>
   <number value="singular"/>
   <tns value="present"/>
   <mood value="indicative"/>
  </gramGrp>
  <form type="personalpronoun">
   <orth>du</orth>
  </form>
  <form type="headword">
   <orth>
    <oRef>triffst</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

<tns> (fr)

<entry>
 <form type="flexion">
  <gramGrp>
   <per value="2"/>
   <number value="singulier"/>
   <tns value="présent"/>
   <mood value="indicatif"/>
  </gramGrp>
  <form type="pronom_personnel">
   <orth>tu</orth>
  </form>
  <form type="entrée">
   <orth>
    <oRef>vas</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

<mood> (en)

<entry>
 <form type="inflected">
  <gramGrp>
   <per value="2"/>
   <number value="singular"/>
   <tns value="present"/>
   <mood value="indicative"/>
  </gramGrp>
  <form type="personalpronoun">
   <orth>du</orth>
  </form>
  <form type="headword">
   <orth>
    <oRef>triffst</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

<mood> (fr)

<entry>
 <form type="fléchie">
  <gramGrp>
   <per value="2"/>
   <number value="singulier"/>
   <tns value="présent"/>
   <mood value="indicatif"/>
  </gramGrp>
  <form type="pronom_personnel">
   <orth>tu</orth>
  </form>
  <form type="entrée">
   <orth>
    <oRef>vas</oRef>
   </orth>
  </form>
 </form>
</entry>
Mostrar todo ⚓︎

10.5.3.1 Using Attribute Values to Capture Alternate Views

<form>
 <orth>delay</orth>
 <form type="inflected">
  <orth norm="delayedextent="part">-ed</orth>
  <tns norm="pst,pstp"/>
 </form>
 <form type="inflected">
  <orth norm="delayingextent="part">-ing</orth>
  <tns norm="prsp"/>
 </form>
</form>
⚓︎

10.5.3.1 Using Attribute Values to Capture Alternate Views

<form>
 <orth>delay</orth>
 <form type="inflected">
  <orth orig="-ed">delayed</orth>
  <tns orig="">pst</tns>
  <tns orig="">pstp</tns>
 </form>
 <form type="inflected">
  <orth orig="-ing">delaying</orth>
  <tns orig="">prsp</tns>
 </form>
</form>
⚓︎