Example: <symbol> (symbolic value)

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

18 Feature Structures


18.3 Other Atomic Feature Values

<fs>
 <f name="case">
  <symbol value="accusative"/>
 </f>
 <f name="gender">
  <symbol value="feminine"/>
 </f>
 <f name="number">
  <symbol value="plural"/>
 </f>
</fs>

18.3 Other Atomic Feature Values

<fs>
 <f name="case">
  <symbol value="accusative"/>
 </f>
 <f name="gender">
  <symbol value="feminine"/>
 </f>
 <f name="singular">
  <binary value="false"/>
 </f>
</fs>

18.5 Feature Structures as Complex Feature Values

<fs type="word">
 <f name="surface">
  <string>love</string>
 </f>
 <f name="syntax">
  <fs type="category">
   <f name="pos">
    <symbol value="verb"/>
   </f>
   <f name="val">
    <symbol value="transitive"/>
   </f>
  </fs>
 </f>
 <f name="semantics">
  <fs type="act">
   <f name="rel">
    <symbol value="LOVE"/>
   </f>
  </fs>
 </f>
</fs>

18.6 Re-entrant Feature Structures

<fs xml:id="NVA">
 <f name="nominal">
  <fs>
   <f name="nm-num">
    <vLabel name="L1">
     <symbol value="singular"/>
    </vLabel>
   </f>
<!-- other nominal features -->
  </fs>
 </f>
 <f name="verbal">
  <fs>
   <f name="vb-num">
    <vLabel name="L1"/>
   </f>
  </fs>
<!-- other verbal features -->
 </f>
</fs>

18.7 Collections as Complex Feature Values

<fs type="word">
 <f name="category">
  <symbol value="verb"/>
 </f>
 <f name="tense">
  <symbol value="present"/>
 </f>
 <f name="agreement">
  <fs>
   <f name="person">
    <symbol value="third"/>
   </f>
   <f name="number">
    <symbol value="singular"/>
   </f>
  </fs>
 </f>
</fs>

18.7 Collections as Complex Feature Values

<fs type="word">
 <f name="category">
  <symbol value="verb"/>
 </f>
 <f name="tense">
  <symbol value="present"/>
 </f>
 <f name="agreement">
  <vColl org="set">
   <symbol value="third"/>
   <symbol value="singular"/>
  </vColl>
 </f>
</fs>

18.7 Collections as Complex Feature Values

<fs>
 <f name="lex">
  <symbol value="auxquels"/>
 </f>
 <f name="maf">
  <vColl org="list">
   <fs>
    <f name="cat">
     <symbol value="prep"/>
    </f>
   </fs>
   <fs>
    <f name="cat">
     <symbol value="pronoun"/>
    </f>
    <f name="kind">
     <symbol value="rel"/>
    </f>
    <f name="num">
     <symbol value="pl"/>
    </f>
    <f name="gender">
     <symbol value="masc"/>
    </f>
   </fs>
  </vColl>
 </f>
</fs>

18.8.2 Negation

(i) <f name="case">
 <vNot>
  <symbol value="genitive"/>
 </vNot>
</f>
(ii)
<f name="case">
 <vAlt>
  <symbol value="nominative"/>
  <symbol value="dative"/>
  <symbol value="accusative"/>
 </vAlt>
</f>

18.8.3 Collection of Values

<fs>
 <f name="genders">
  <vColl org="set">
   <symbol value="masculine"/>
   <symbol value="feminine"/>
  </vColl>
 </f>
</fs>

18.8.3 Collection of Values

<fs>
 <f name="genders">
  <vMerge org="list">
   <vColl org="set">
    <symbol value="masculine"/>
    <symbol value="feminine"/>
   </vColl>
   <symbol value="neuter"/>
  </vMerge>
 </f>
</fs>

18.9 Default Values

<f name="gender"/>
<f name="gender">
 <vAlt>
  <symbol value="feminine"/>
  <symbol value="masculine"/>
  <symbol value="neuter"/>
 </vAlt>
</f>

18.9 Default Values

<f name="gender">
 <symbol value="neuter"/>
</f>

18.9 Default Values

<f name="gender">
 <vAlt>
  <symbol value="feminine"/>
  <symbol value="masculine"/>
 </vAlt>
</f>

18.10 Linking Text and Analysis

<fLib>
<!-- ... -->
 <f xml:id="fl-bvname="verbbase">
  <symbol value="main"/>
 </f>
 <f xml:id="fl-bpname="prepbase">
  <symbol value="lexical"/>
 </f>
 <f xml:id="fl-dsname="degree">
  <symbol value="superlative"/>
 </f>
 <f xml:id="fl-fdname="verbform">
  <symbol value="ed"/>
 </f>
 <f xml:id="fl-nsname="number">
  <symbol value="singular"/>
 </f>
 <f xml:id="fl-rpname="prontype">
  <symbol value="personal"/>
 </f>
 <f xml:id="fl-tcname="nountype">
  <symbol value="common"/>
 </f>
 <f xml:id="fl-wjname="class">
  <symbol value="adjective"/>
 </f>
 <f xml:id="fl-wlname="class">
  <symbol value="article"/>
 </f>
 <f xml:id="fl-wnname="class">
  <symbol value="noun"/>
 </f>
 <f xml:id="fl-wpname="class">
  <symbol value="preposition"/>
 </f>
 <f xml:id="fl-wrname="class">
  <symbol value="pronoun"/>
 </f>
 <f xml:id="fl-wvname="class">
  <symbol value="verb"/>
 </f>
<!-- ... -->
</fLib>

<fsdDecl>

<fsdDecl>
 <fsDecl type="GPSG">
  <fDecl xml:id="GPSG-1name="GPSG_feat1">
   <vRange>
    <vAlt>
     <symbol value="red"/>
     <symbol value="blue"/>
     <symbol value="green"/>
    </vAlt>
   </vRange>
  </fDecl>
<!--other feature declarations for GPSG here ... -->
 </fsDecl>
 <fsdLink type="subentry"
  target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>

<fsdDecl>

<fsdDecl>
 <fsDecl type="GPSG">
  <fDecl xml:id="GPSG-1-fr"
   name="GPSG_feat1">

   <vRange>
    <vAlt>
     <symbol value="red"/>
     <symbol value="blue"/>
     <symbol value="green"/>
    </vAlt>
   </vRange>
  </fDecl>
<!--other feature declarations for GPSG here ... -->
 </fsDecl>
 <fsdLink type="subentry"
  target="http://www.example.com/fsdLib.xml#LX123"/>

</fsdDecl>

<fsDescr>

<fsDecl type="Agreement">
 <fsDescr>This type of feature structure encodes the features
     for subject-verb agreement in English</fsDescr>
 <fDecl name="PERS">
  <fDescr>person (first, second, or third)</fDescr>
  <vRange>
   <vAlt>
    <symbol value="first"/>
    <symbol value="second"/>
    <symbol value="third"/>
   </vAlt>
  </vRange>
 </fDecl>
 <fDecl name="NUM">
  <fDescr>number (singular or plural)</fDescr>
  <vRange>
   <vAlt>
    <symbol value="singular"/>
    <symbol value="plural"/>
   </vAlt>
  </vRange>
 </fDecl>
</fsDecl>

18.11.3 Feature Declarations

<fDecl name="CONJ">
 <fDescr>surface form of the conjunction</fDescr>
 <vRange>
  <vAlt>
   <symbol value="and"/>
   <symbol value="both"/>
   <symbol value="but"/>
   <symbol value="either"/>
   <symbol value="neither"/>
   <symbol value="nor"/>
   <symbol value="or"/>
   <symbol value="NIL"/>
  </vAlt>
 </vRange>
 <vDefault>
  <binary value="false"/>
 </vDefault>
</fDecl>

18.11.3 Feature Declarations

<fDecl name="COMP">
 <fDescr>surface form of the complementizer</fDescr>
 <vRange>
  <vAlt>
   <symbol value="for"/>
   <symbol value="that"/>
   <symbol value="whether"/>
   <symbol value="if"/>
   <symbol value="NIL"/>
  </vAlt>
 </vRange>
 <vDefault>
  <if>
   <fs>
    <f name="VFORM">
     <symbol value="INF"/>
    </f>
    <f name="SUBJ">
     <binary value="true"/>
    </f>
   </fs>
   <then/>
   <symbol value="for"/>
  </if>
 </vDefault>
</fDecl>

<if>

<vDefault>
 <if>
  <fs>
   <f name="VFORM">
    <symbol value="INF"/>
   </f>
   <f name="SUBJ">
    <binary value="true"/>
   </f>
  </fs>
  <then/>
  <symbol value="for"/>
 </if>
</vDefault>

<then>

<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="FOO">
   <binary value="false"/>
  </f>
 </fs>
</cond>

18.11.4 Feature Structure Constraints

<cond>
 <fs>
  <f name="INV">
   <binary value="true"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="AUX">
   <binary value="true"/>
  </f>
  <f name="VFORM">
   <symbol value="FIN"/>
  </f>
 </fs>
</cond>

18.11.4 Feature Structure Constraints

<bicond>
 <fs>
  <f name="BAR">
   <symbol value="0"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="N">
   <binary value="true"/>
  </f>
  <f name="V">
   <binary value="true"/>
  </f>
  <f name="SUBCAT">
   <binary value="true"/>
  </f>
 </fs>
</bicond>

18.11.4 Feature Structure Constraints

<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="SUBCAT">
   <binary value="false"/>
  </f>
 </fs>
</cond>

<cond>

<cond>
 <fs>
  <f name="BAR">
   <symbol value="1"/>
  </f>
 </fs>
 <then/>
 <fs>
  <f name="SUBCAT">
   <binary value="false"/>
  </f>
 </fs>
</cond>

<bicond>

<bicond>
 <fs>
  <f name="FOO">
   <symbol value="42"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="BAR">
   <binary value="true"/>
  </f>
 </fs>
</bicond>

<iff>

<bicond>
 <fs>
  <f name="FOO">
   <symbol value="42"/>
  </f>
 </fs>
 <iff/>
 <fs>
  <f name="BAR">
   <binary value="true"/>
  </f>
 </fs>
</bicond>

18.11.5 A Complete Example

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>A sample FSD based on an extract from Gazdar
           et al.'s GPSG feature system for English</title>
    <respStmt>
     <resp>encoded by</resp>
     <name>Gary F. Simons</name>
    </respStmt>
   </titleStmt>
   <publicationStmt>
    <p>This sample was first encoded by Gary F. Simons (Summer
           Institute of Linguistics, Dallas, TX) on January 28, 1991.
           Revised April 8, 1993 to match the specification of FSDs
           in version P2 of the TEI Guidelines. Revised again December 2004 to
           be consistent with the feature structure representation standard
           jointly developed with ISO TC37/SC4.
     </p>
   </publicationStmt>
   <sourceDesc>
    <p>This sample FSD does not describe a complete feature
           system. It is based on extracts from the feature system
           for English presented in the appendix (pages 245–247) of
           Generalized Phrase Structure Grammar, by Gazdar, Klein,
           Pullum, and Sag (Harvard University Press, 1985).</p>
   </sourceDesc>
  </fileDesc>
 </teiHeader>
 <fsdDecl>
  <fsDecl type="GPSG">
   <fsDescr>Encodes a feature structure for the GPSG analysis
         of English (after Gazdar, Klein, Pullum, and Sag)</fsDescr>
   <fDecl name="INV">
    <fDescr>inverted sentence</fDescr>
    <vRange>
     <vAlt>
      <binary value="true"/>
      <binary value="false"/>
     </vAlt>
    </vRange>
    <vDefault>
     <binary value="false"/>
    </vDefault>
   </fDecl>
   <fDecl name="CONJ">
    <fDescr>surface form of the conjunction</fDescr>
    <vRange>
     <vAlt>
      <symbol value="and"/>
      <symbol value="both"/>
      <symbol value="but"/>
      <symbol value="either"/>
      <symbol value="neither"/>
      <symbol value="nor"/>
      <symbol value="or"/>
      <symbol value="NIL"/>
     </vAlt>
    </vRange>
    <vDefault>
     <binary value="false"/>
    </vDefault>
   </fDecl>
   <fDecl name="COMP">
    <fDescr>surface form of the complementizer</fDescr>
    <vRange>
     <vAlt>
      <symbol value="for"/>
      <symbol value="that"/>
      <symbol value="whether"/>
      <symbol value="if"/>
      <symbol value="NIL"/>
     </vAlt>
    </vRange>
    <vDefault>
     <if>
      <fs>
       <f name="VFORM">
        <symbol value="INF"/>
       </f>
       <f name="SUBJ">
        <binary value="true"/>
       </f>
      </fs>
      <then/>
      <symbol value="for"/>
     </if>
    </vDefault>
   </fDecl>
   <fDecl name="AGR">
    <fDescr>agreement for person and number</fDescr>
    <vRange>
     <fs type="Agreement"/>
    </vRange>
   </fDecl>
   <fDecl name="PFORM">
    <fDescr>word form of a preposition</fDescr>
    <vRange>
     <vNot>
      <string/>
     </vNot>
    </vRange>
   </fDecl>
   <fsConstraints>
    <cond>
     <fs>
      <f name="INV">
       <binary value="true"/>
      </f>
     </fs>
     <then/>
     <fs>
      <f name="AUX">
       <binary value="true"/>
      </f>
      <f name="VFORM">
       <symbol value="FIN"/>
      </f>
     </fs>
    </cond>
    <bicond>
     <fs>
      <f name="BAR">
       <symbol value="0"/>
      </f>
     </fs>
     <iff/>
     <fs>
      <f name="N">
       <binary value="true"/>
      </f>
      <f name="V">
       <binary value="true"/>
      </f>
      <f name="SUBCAT">
       <binary value="true"/>
      </f>
     </fs>
    </bicond>
    <cond>
     <fs>
      <f name="BAR">
       <symbol value="1"/>
      </f>
     </fs>
     <then/>
     <fs>
      <f name="SUBCAT">
       <binary value="false"/>
      </f>
     </fs>
    </cond>
   </fsConstraints>
  </fsDecl>
  <fsDecl type="Agreement">
   <fsDescr>This type of feature structure encodes the features
         for subject-verb agreement in English</fsDescr>
   <fDecl name="PERS">
    <fDescr>person (first, second, or third)</fDescr>
    <vRange>
     <vAlt>
      <symbol value="1"/>
      <symbol value="2"/>
      <symbol value="3"/>
     </vAlt>
    </vRange>
   </fDecl>
   <fDecl name="NUM">
    <fDescr>number (singular or plural)</fDescr>
    <vRange>
     <vAlt>
      <symbol value="sg"/>
      <symbol value="pl"/>
     </vAlt>
    </vRange>
   </fDecl>
  </fsDecl>
 </fsdDecl>
</TEI>

<fs>

<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>

<fs>

<fs type="agreement_structure">
 <f name="person">
  <symbol value="third"/>
 </f>
 <f name="number">
  <symbol value="singular"/>
 </f>
</fs>

<f>

<f name="gender">
 <symbol value="feminine"/>
</f>

<f>

<f name="gender">
 <symbol value="feminine"/>
</f>

<symbol>

<f name="gender">
 <symbol value="feminine"/>
</f>

<symbol>

<f name="gender">
 <symbol value="feminine"/>
</f>

<vLabel>

<fs>
 <f name="nominal">
  <fs>
   <f name="nm-num">
    <vLabel name="L1">
     <symbol value="singular"/>
    </vLabel>
   </f>
<!-- other nominal features -->
  </fs>
 </f>
 <f name="verbal">
  <fs>
   <f name="vb-num">
    <vLabel name="L1"/>
   </f>
  </fs>
<!-- other verbal features -->
 </f>
</fs>

<vLabel>

<fs>
 <f name="nominal">
  <fs>
   <f name="nm-num">
    <vLabel name="L1">
     <symbol value="singular"/>
    </vLabel>
   </f>
  </fs>
 </f>
 <f name="verbal">
  <fs>
   <f name="vb-num">
    <vLabel name="L1"/>
   </f>
  </fs>
 </f>
</fs>

<vColl>

<fs>
 <f name="lex">
  <symbol value="auxquels"/>
 </f>
 <f name="maf">
  <vColl org="list">
   <fs>
    <f name="cat">
     <symbol value="prep"/>
    </f>
   </fs>
   <fs>
    <f name="cat">
     <symbol value="pronoun"/>
    </f>
    <f name="kind">
     <symbol value="rel"/>
    </f>
    <f name="num">
     <symbol value="pl"/>
    </f>
    <f name="gender">
     <symbol value="masc"/>
    </f>
   </fs>
  </vColl>
 </f>
</fs>

<vColl>

<fs>
 <f name="lex">
  <symbol value="auxquels"/>
 </f>
 <f name="maf">
  <vColl org="list">
   <fs>
    <f name="cat">
     <symbol value="prep"/>
    </f>
   </fs>
   <fs>
    <f name="cat">
     <symbol value="pronoun"/>
    </f>
    <f name="kind">
     <symbol value="rel"/>
    </f>
    <f name="num">
     <symbol value="pl"/>
    </f>
    <f name="gender">
     <symbol value="masc"/>
    </f>
   </fs>
  </vColl>
 </f>
</fs>

<vAlt>

<f name="gender">
 <vAlt>
  <symbol value="masculine"/>
  <symbol value="neuter"/>
  <symbol value="feminine"/>
 </vAlt>
</f>

<vAlt>

<f name="gender">
 <vAlt>
  <symbol value="masculine"/>
  <symbol value="neuter"/>
  <symbol value="feminine"/>
 </vAlt>
</f>

<vNot>

<vNot>
 <symbol value="masculine"/>
</vNot>

<vNot>

<vNot>
 <symbol value="masculine"/>
</vNot>

<vNot>

<f name="mode">
 <vNot>
  <vAlt>
   <symbol value="infinitive"/>
   <symbol value="participle"/>
  </vAlt>
 </vNot>
</f>

<vNot>

<f name="mode">
 <vNot>
  <vAlt>
   <symbol value="infinitive"/>
   <symbol value="participle"/>
  </vAlt>
 </vNot>
</f>

<vMerge>

<vMerge org="list">
 <vColl org="set">
  <symbol value="masculine"/>
  <symbol value="neuter"/>
  <symbol value="feminine"/>
 </vColl>
 <symbol value="indeterminate"/>
</vMerge>

<vMerge>

<vMerge org="list">
 <vColl org="set">
  <symbol value="masculine"/>
  <symbol value="neuter"/>
  <symbol value="feminine"/>
 </vColl>
 <symbol value="indeterminate"/>
</vMerge>

<vMerge>

<vMerge org="list">
 <vColl org="set">
  <symbol value="masculine"/>
  <symbol value="neuter"/>
  <symbol value="feminine"/>
 </vColl>
 <symbol value="indeterminate"/>
</vMerge>

<fLib>

<fLib n="agreement features">
 <f xml:id="pers1name="person">
  <symbol value="first"/>
 </f>
 <f xml:id="pers2name="person">
  <symbol value="second"/>
 </f>
<!-- ... -->
 <f xml:id="numsname="number">
  <symbol value="singular"/>
 </f>
 <f xml:id="numpname="number">
  <symbol value="plural"/>
 </f>
<!-- ... -->
</fLib>

<fLib>

<fLib n="agreement features">
 <f xml:id="fr_pers1name="person">
  <symbol value="first"/>
 </f>
 <f xml:id="fr_pers2name="person">
  <symbol value="second"/>
 </f>
 <f xml:id="fr_numsname="number">
  <symbol value="singular"/>
 </f>
 <f xml:id="fr_numpname="number">
  <symbol value="plural"/>
 </f>
</fLib>

<fvLib>

<fvLib n="symbolic values">
 <symbol xml:id="sfirstvalue="first"/>
 <symbol xml:id="ssecondvalue="second"/>
<!-- ... -->
 <symbol xml:id="ssingvalue="singular"/>
 <symbol xml:id="splurvalue="plural"/>
<!-- ... -->
</fvLib>

<fvLib>

<fvLib n="symbolic values">
 <symbol xml:id="fr_sfirstvalue="first"/>
 <symbol xml:id="fr_ssecondvalue="second"/>
 <symbol xml:id="fr_ssingvalue="singular"/>
 <symbol xml:id="fr_splurvalue="plural"/>
</fvLib>