Overview

SAF follows the principles of standoff annotation. This means that:

Properties of each annot:

SAMPLE token EDGE

   <annot type='token' id='t1' from='0' to='6' source='v0' target='v1'>
    <slot name='surface'>Andrew</slot>
   </annot>

SAMPLE pos EDGE

   <annot type='pos' id='p1' deps='t1' source='v0' target='v1'>
     <slot name='weight'>0.5</slot>
     <slot name='tagset'>CLAWS</slot>
     <slot name='tag'>NNP</slot>
   </annot>

SAMPLE named entity EDGE

   <annot type='namedEntity' id='n1' from='10' to='20' source='v0' target='v1'>
    <slot name='weight'>0.567</slot>
    <slot name='surface'>1987 to 1997</slot>
    <fs type='timespan'>
       <f name='from'>
          <fs type='point'>
            <f name='year'>
              <fs type='1987'/>
            </f>
          </fs>
       </f>
       <f name='to'>
          <fs type='point'>
            <f name='year'>
              <fs type='1997'/>
            </f>
          </fs>
       </f>
     </fs>
   </annot>

SAMPLE external morphosyntax EDGE

   <annot type='morph' deps='t1' source='v0' target='v1'>
    <slot name='weight'>0.5</slot>
    <slot name='tagset'>morph</slot>
    <slot name='reduced'>SMILE</slot>
   </annot>

SAF DTD

See SafDtd.

Sample SAF Document

See SafSample.

SafTop (last edited 2011-10-08 21:12:14 by localhost)

(The DELPH-IN infrastructure is hosted at the University of Oslo)