<lem>

<lem> (lemma) 異なるテキストにおける対象語、すなわち基底テキスト(base text)を示す。 [13.1 The Apparatus Entry, Readings, and Witnesses]
モジュール textcrit — Critical Apparatus
属性
上位
textcrit: app rdgGrp
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
verse: caesura rhyme
character data
解説

校勘学において用語「lemma」は、テキスト中の解釈を指すものとして使 われる(現存資料中の解釈とは異なる)。これは、数学上の意味(証明過程 中のいち段階)とは異なっている。また、自然言語処理上の意味(本文中の 屈折形と関連する、辞書中の項目)とも異なる。

<a href="https://translate.tei-c.org/translate.html?edit=lem.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
<app>
 <lem wit="#El #Hg">Experience</lem>
 <rdg wit="#Latype="substantive">Experiment</rdg>
 <rdg wit="#Ra2type="substantive">Eryment</rdg>
</app>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.divLike"/>
  <classRef key="model.divPart"/>
  <elementRef key="titlePage"/>
  <elementRef key="argument"/>
  <elementRef key="byline"/>
  <elementRef key="docAuthor"/>
  <elementRef key="docDate"/>
  <elementRef key="docEdition"/>
  <elementRef key="docImprint"/>
  <elementRef key="docTitle"/>
  <elementRef key="epigraph"/>
  <elementRef key="imprimatur"/>
  <elementRef key="titlePart"/>
  <elementRef key="epilogue"/>
  <elementRef key="performance"/>
  <elementRef key="prologue"/>
  <elementRef key="set"/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.global"/>
  <classRef key="model.rdgPart"/>
 </alternate>
</content>
宣言
<rng:element name="lem">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.textCritical.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:ref name="att.witnessed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.divLike"/>
   <rng:ref name="model.divPart"/>
   <rng:ref name="titlePage"/>
   <rng:ref name="argument"/>
   <rng:ref name="byline"/>
   <rng:ref name="docAuthor"/>
   <rng:ref name="docDate"/>
   <rng:ref name="docEdition"/>
   <rng:ref name="docImprint"/>
   <rng:ref name="docTitle"/>
   <rng:ref name="epigraph"/>
   <rng:ref name="imprimatur"/>
   <rng:ref name="titlePart"/>
   <rng:ref name="epilogue"/>
   <rng:ref name="performance"/>
   <rng:ref name="prologue"/>
   <rng:ref name="set"/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.rdgPart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element lem
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.textCritical.attributes,
   att.written.attributes,
   att.witnessed.attributes,
   (
      text
    | model.divLikemodel.divParttitlePageargumentbylinedocAuthordocDatedocEditiondocImprintdocTitleepigraphimprimaturtitlePartepilogueperformanceprologuesetmodel.gLikemodel.phrasemodel.intermodel.globalmodel.rdgPart
   )*
}