blob: 4fd992cf390e58e5d124fc180d1eae8fe3902571 [file] [log] [blame]
Nils Diewalda31a5152015-04-17 21:05:23 +00001% layout 'main', title => 'KorAP: Data';
2
Akron1120a582017-10-17 12:29:16 +02003<h2 id="tutorial-top">Data</h2>
Akronc0725772019-07-18 16:23:18 +02004<p>KorAP is developed as being the main access point to
5 <%= doc_ext_link_to 'DeReKo', 'http://www1.ids-mannheim.de/kl/projekte/korpora' %>,
6 being the successor of <%= doc_ext_link_to 'COSMAS II', 'https://cosmas2.ids-mannheim.de/cosmas2-web/' %> in that regard.
7 But KorAP is not focussed on any specific corpus, it is, for example, now also used for the Romanian national corpus <%= doc_ext_link_to 'CoRoLa', 'http://corola.racai.ro/' %>.</p>
Nils Diewalda31a5152015-04-17 21:05:23 +00008
Akronc0725772019-07-18 16:23:18 +02009<p>In KorAP, corpus texts are allowed to have arbitrary metadata information, that partially can be used to create subcorpora (so-called virtual corpora).</p>
10
11<p>KorAP also supports an arbitrary number of <%= doc_link_to 'Annotations', 'data', 'annotation' %> from different sources (called <em>foundries</em>) with different <em>layers</em>.</p>
12
13<dl>
14 <p>Annotations of the following kind are supported:</p>
15 <dt>Tokens</dt>
16 <dd>Annotations associated to single tokens (e.g. words or numbers)</dd>
17
18 <dt>Spans</dt>
19 <dd>Annotations to a sequence of words or nodes (e.g. sentences, phrases, constituency annotations)</dd>
20
21 <dt>Relations</dt>
22 <dd>Annotations of relations between tokens or spans (e.g. dependency annotations)</dd>
23
24 <dt>Attributes</dt>
25 <dd>Attribute information for tokens, spans, or relations (e.g. attributes of HTML elements)</dd>
26</dl>