Example: <fvLib> (feature-value library)

These search results reproduce every example of the use of <fvLib> 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 <fvLib> 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.4 Feature Libraries and Feature-Value Libraries

<fvLib xml:id="fsl1"
 n="phonological segment definitions">

<!-- ... -->
 <fs xml:id="T.DF"
  feats="#CNS1 #VOC0 #VOI0 #ANT1 #COR1 #CNT0 #STR0"/>

 <fs xml:id="D.DF"
  feats="#CNS1 #VOC0 #VOI1 #ANT1 #COR1 #CNT0 #STR0"/>

 <fs xml:id="S.DF"
  feats="#CNS1 #VOC0 #VOI0 #ANT1 #COR1 #CNT1 #STR1"/>

 <fs xml:id="Z.DF"
  feats="#CNS1 #VOC0 #VOI1 #ANT1 #COR1 #CNT1 #STR1"/>

<!-- ... -->
</fvLib>
bibliography ⚓︎

18.4 Feature Libraries and Feature-Value Libraries

<fvLib n="POS values">
 <symbol xml:id="common_nounvalue="NN"
  datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"/>

 <symbol xml:id="proper_nounvalue="NP"
  datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"/>

<!-- ... -->
</fvLib>
⚓︎

18.5 Feature Structures as Complex Feature Values

<fvLib n="Major category definitions">
<!-- ... -->
 <fs xml:id="Ntype="noun">
<!-- noun features defined here -->
 </fs>
 <fs xml:id="Vtype="verb">
<!-- verb features defined here -->
 </fs>
</fvLib>
bibliography ⚓︎

18.10 Linking Text and Analysis

<fvLib xml:id="C6n="Claws 6 tags">
<!-- ... -->
 <fs xml:id="ajs"
  type="grammatical_structurefeats="#wj #ds"/>

 <fs xml:id="at0"
  type="grammatical_structurefeats="#wl"/>

 <fs xml:id="pnp"
  type="grammatical_structurefeats="#wr #rp"/>

 <fs xml:id="vvd"
  type="grammatical_structurefeats="#wv #bv #fd"/>

 <fs xml:id="prp"
  type="grammatical_structurefeats="#wp #bp"/>

 <fs xml:id="nnn"
  type="grammatical_structurefeats="#wn #tc #ns"/>

<!-- ... -->
</fvLib>
bibliography ⚓︎

18.10 Linking Text and Analysis

<s>
 <w xml:id="S1W1">
  <c xml:id="S1W1C1">C</c>ae<c xml:id="S1W1C2">s</c>ar</w>
 <w xml:id="S1W2">
  <c xml:id="S1W2C1">s</c>ei<c xml:id="S1W2C2">z</c>e<c xml:id="S1W2C3">d</c>
 </w>
 <w xml:id="S1W3">con<c xml:id="S1W3C1">t</c>rol</w>.

</s>
<fvLib xml:id="FSL1"
 n="phonological segment definitions">

<!-- as in previous example -->
</fvLib>
<linkGrp type="phonology">
<!-- ... -->
 <link target="#S.DF #S1W3C1"/>
 <link target="#Z.DF #S1W2C3"/>
 <link target="#S.DF #S1W2C1"/>
 <link target="#Z.DF #S1W2C2"/>
<!-- ... -->
</linkGrp>
⚓︎

<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>
bibliography Show all ⚓︎

<fvLib> (fr)

<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>
bibliography Show all ⚓︎

1 The TEI Infrastructure


att.datcat

<fvLib n="POS values">
 <symbol xml:id="commonNounvalue="NN"
  datcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3"/>

 <symbol xml:id="properNounvalue="NP"
  datcat="http://hdl.handle.net/11459/CCR_C-1371_fbebd9ec-a7f4-9a36-d6e9-88ee16b944ae"/>

<!-- ... -->
</fvLib>
⚓︎