Annotation at the functional level


Hereafter we provide an example of annotation at the functional level. The input file can be found here.
 

funct.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
<!DOCTYPE funct_file SYSTEM "funct.dtd"> 
<funct_file> 
<funct id="funct_001"> 
  <head id="h_001"                           href="mword.xml#id(mw_001)"/> 
  <dep id="d_001"   type="dobj"              href="mword.xml#id(mw_003)"/> 
  <dep id="d_002"   type="mod"               href="mword.xml#id(mw_005)"/> 
</funct>
<funct id="funct_002"> 
  <head id="h_002"                           href="mword.xml#id(mw_005)"/> 
  <dep id="d_003"   type="dobj"              href="mword.xml#id(mw_007)"/> 
  <dep id="d_004"   type="iobj" intro="from" href="mword.xml#id(mw_010)"/> 
  <dep id="d_004.5" type="iobj" intro="to"   href="mword.xml#id(mw_012)"/> 
</funct> 
<funct id="funct_003"> 
  <head id="h_003"                           href="mword.xml#id(mw_015)"/> 
  <dep id="d_005"   type="subj"              href="mword.xml#id(mw_017)"/> 
  <dep id="d_006"   type="mod"               href="mword.xml#id(mw_014)"/> 
</funct> 
<funct id="funct_004"> 
  <head id="h_004"                           href="mword.xml#id(mw_017)"/> 
  <dep id="d_007"   type="mod"               href="mword.xml#id(mw_018)"/> 
</funct> 
<funct id="funct_005"> 
  <head id="h_005"                           href="mword.xml#id(mw_021)"/>
  <dep id="d_008"   type="subj"              href="mword.xml#id(mw_019)"/> 
  <dep id="d_009"   type="dobj"              href="mword.xml#id(mw_023)"/> 
</funct> 
<funct id="funct_006"> 
  <head id="h_006"                           href="mword.xml#id(mw_023)"/> 
  <dep id="d_010"   type="mod"               href="mword.xml#id(mw_022)"/> 
  <dep id="d_011"   type="mod"               href="mword.xml#id(mw_026)"/> 
</funct> 
<funct id="funct_007"> 
  <head id="h_007"                           href="mword.xml#id(mw_026)"/> 
  <dep id="d_012"   type="mod"               href="mword.xml#id(mw_027)"/> 
</funct>
<funct id="funct_008"> 
  <head id="h_008"                           href="mword.xml#id(mw_029)"/> 
  <dep id="d_013"   type="subj"              href="mword.xml#id(mw_031)"/> 
  <dep id="d_014"   type="mod"               href="mword.xml#id(mw_028)"/> 
</funct> 
<funct id="funct_009"> 
  <head id="h_009"                           href="mword.xml#id(mw_033)"/> 
  <dep id="d_015"   type="subj"              href="mword.xml#id(mw_032)"/> 
  <dep id="d_016"   type="comp"              href="mword.xml#id(mw_035)"/> 
  <dep id="d_017"   type="mod" intro="at"    href="mword.xml#id(mw_039)"/> 
</funct> 
<funct id="funct_010"> 
  <head id="h_010"                           href="mword.xml#id(mw_035)"/> 
  <dep id="d_018"   type="mod"               href="mword.xml#id(mw_034)"/> 
  <dep id="d_019"   type="mod" intro="of"    href="mword.xml#id(mw_037)"/> 
</funct> 
<funct id="funct_011"> 
  <head id="h_011"                           href="mword.xml#id(mw_041)"/> 
  <dep id="d_020"   type="subj"              href="mword.xml#id(mw_044)"/> 
  <dep id="d_021"   type="mod"               href="mword.xml#id(mw_040)"/> 
</funct> 
<funct id="funct_012"> 
  <head id="h_012"                           href="mword.xml#id(mw_044)"/> 
  <dep id="d_022"   type="mod"               href="mword.xml#id(mw_042)"/> 
</funct> 
<funct id="funct_013"> 
  <head id="h_013"                           href="mword.xml#id(mw_046)"/> 
  <dep id="d_023"   type="subj"              href="mword.xml#id(mw_045)"/> 
  <dep id="d_024"   type="comp"              href="mword.xml#id(mw_048)"/> 
</funct> 
<funct id="funct_014"> 
  <head id="h_014"                           href="mword.xml#id(mw_048)"/> 
  <dep id="d_025"   type="mod"               href="mword.xml#id(mw_047)"/> 
  <dep id="d_026"   type="mod"               href="mword.xml#id(mw_050)"/>
</funct> 
<funct id="funct_015"> 
  <head id="h_015"                           href="mword.xml#id(mw_046)"/> 
  <dep id="d_027"   type="mod" intro="at"    href="mword.xml#id(mw_052)"/> 
</funct> 
<funct id="funct_016"> 
  <head id="h_016"                           href="lex.xml#id(l_00x)"/> 
  <dep id="d_028"   type="subj"              href="lex.xml#id(l_00x)"/> 
  <dep id="d_029"   type="comp"              href="mword.xml#id(mw_054)"/> 
  <dep id="d_030"   type="mod"  intro="at"   href="mword.xml#id(mw_057)"/> 
</funct> 
</funct_file>

 
 

  The DTD for this example can be found here.


[back to top]

[back to Introduction]

[Next: The DTD for the Edited Transcription Level]