blob: 18cdad9f97881a9c257c18c806a929d1adedaed5 [file] [log] [blame]
Marc Kupietzd9751772025-04-30 06:53:14 +02001% layout 'main', title => 'Annotations';
2
3%= page_title
4
5<p>KorAP supports an arbitrary number of <%= embedded_link_to 'doc', 'Annotations', 'data', 'annotation' %> from different sources (called <em>foundries</em>) with different <em>layers</em>.</p>
6
7<dl>
8 <p>Annotations of the following kind are supported:</p>
9 <dt>Tokens</dt>
10 <dd>Annotations associated to single tokens (e.g. words or numbers)</dd>
11
12 <dt>Spans</dt>
13 <dd>Annotations to a sequence of words or nodes (e.g. sentences, phrases, constituency annotations)</dd>
14
15 <dt>Relations</dt>
16 <dd>Annotations of relations between tokens or spans (e.g. dependency annotations)</dd>
17
18 <dt>Attributes</dt>
19 <dd>Attribute information for tokens, spans, or relations (e.g. attributes of HTML elements)</dd>
20</dl>