Nils Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 1 | % layout 'main', title => 'KorAP: Data'; |
| 2 | |
Akron | 1120a58 | 2017-10-17 12:29:16 +0200 | [diff] [blame] | 3 | <h2 id="tutorial-top">Data</h2> |
Akron | c072577 | 2019-07-18 16:23:18 +0200 | [diff] [blame^] | 4 | <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 Diewald | a31a515 | 2015-04-17 21:05:23 +0000 | [diff] [blame] | 8 | |
Akron | c072577 | 2019-07-18 16:23:18 +0200 | [diff] [blame^] | 9 | <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> |