blob: 7489d6a038487584cb1fff4ab7cb193358519272 [file] [log] [blame]
Nils Diewalda31a5152015-04-17 21:05:23 +00001% layout 'main', title => 'KorAP: Overview';
2
3<h2>KorAP: An Overview</h2>
4
5%= korap_overview 'korap'
6
Nils Diewald61e6ff52015-05-07 17:26:50 +00007<p>The KorAP project was launched in 2011 at the <%= doc_ext_link_to 'Institute for the German Language (IDS)', "http://www.ids-mannheim.de/" %> in Mannheim, Germany. KorAP is a Corpus Analysis Platform, with an extensible and scalable architecture. It consists of multiple components, that are exchangable due to well defined APIs.</p>
Nils Diewalda31a5152015-04-17 21:05:23 +00008
9<dl>
10 <dt><%= doc_link_to('Kalamar', 'korap', 'kalamar') %></dt>
11 <dd>Kalamar is the user frontend. Most users will access the search and analysis capabilities of KorAP through the user frontend. The user will formulate queries in one of several query languages that are passed to Kustvakt.</dd>
12
13 <dt><%= doc_link_to('API', 'api') %></dt>
14 <dd>As an alternative to the user frontend, queries can be initiated using a REST web interface directly with Kustvakt.</dd>
15
16 <dt><%= doc_link_to('Kustvakt', 'korap', 'kustvakt') %></dt>
17 <dd>Kustvakt is the central user and policy management service. It takes a query and rewrites it to restrict the scope of a search to documents the user is allowed to. It may also inject further properties the user has set up, like preferred annotation layers. To transfer a query written in a certain query language to the internal general query protocol <%= doc_link_to('KoralQuery', 'api', 'koralquery') %>, Kustvakt uses <%= doc_link_to('Koral', 'korap', 'koral') %>.</dd>
18
Nils Diewalda31a5152015-04-17 21:05:23 +000019 <dt><%= doc_link_to('Koral', 'korap', 'koral') %></dt>
20 <dd>Koral is a library that translates queries written in one of several implemented query languages into a general query protocol, called <%= doc_link_to('KoralQuery', 'api', 'koralquery') %>.</dd>
21
22 <dt><%= doc_link_to('Krill', 'korap', 'krill') %></dt>
23 <dd>Krill is a Lucene based backend engine that can search large corpora for occurrences of search patterns formulated in <%= doc_link_to('KoralQuery', 'api', 'koralquery') %>.</dd>
24
25 <dt><%= doc_link_to('Karang', 'korap', 'karang') %></dt>
26 <dd>Karang is a Neo4j based backend engine that can traverse large corpora represented as graphs.</dd>
27</dl>
28
29<h3>Team</h3>
30
31<dl>
32 <dt>Head</dt>
33 <dd>
Nils Diewald61e6ff52015-05-07 17:26:50 +000034 <%= doc_ext_link_to 'Dr. Marc Kupietz', "http://www.ids-mannheim.de/direktion/personal/kupietz.html" %>,
35 <%= doc_ext_link_to 'Dr. Andreas Witt', "http://www.ids-mannheim.de/direktion/personal/witt.html" %>
Nils Diewalda31a5152015-04-17 21:05:23 +000036 </dd>
37
38 <dt>Scientific Staff</dt>
39 <dd>
Nils Diewald61e6ff52015-05-07 17:26:50 +000040 <%= doc_ext_link_to 'Franck Bodmer', "http://www.ids-mannheim.de/zdv/personal/bodmer.html" %>,
Marc Kupietz9d1eeb72017-09-01 17:21:30 +020041 <%= doc_ext_link_to 'Nils Diewald', "http://nils-diewald.de/" %>,
42 <%= doc_ext_link_to 'Peter Harders', "http://www.ids-mannheim.de/direktion/personal/harders.html" %>,
43 <%= doc_ext_link_to 'Eliza Margaretha', "http://www.ids-mannheim.de/direktion/personal/margaretha/" %>,
44 <%= doc_ext_link_to 'Helge Stallkamp', "http://www.ids-mannheim.de/direktion/personal/krause.html" %>
Nils Diewalda31a5152015-04-17 21:05:23 +000045 </dd>
46
Akron5f406722017-09-04 12:06:20 +020047 <dt>Translations</dt>
48 <dd>
49 <%= doc_ext_link_to 'Susanne Feix', "http://www.ids-mannheim.de/direktion/personal/bergmann.html" %>
50 </dd>
51
Nils Diewalda31a5152015-04-17 21:05:23 +000052 <dt>Past Project Members</dt>
Nils Diewald61e6ff52015-05-07 17:26:50 +000053 <dd>
Marc Kupietz9d1eeb72017-09-01 17:21:30 +020054 <%= doc_ext_link_to 'Dr. Piotr Bański', "http://www.ids-mannheim.de/direktion/personal/banski.html" %>,
55 Joachim Bingel,
56 <%= doc_ext_link_to 'Elena Frick', "http://www.ids-mannheim.de/direktion/personal/frick/" %>,
57 Michael Hanl,
Nils Diewald61e6ff52015-05-07 17:26:50 +000058 <%= doc_ext_link_to 'Carsten Schnober', "http://www.ids-mannheim.de/direktion/personal/ehemalige/schnober.html" %>
59 </dd>
Nils Diewalda31a5152015-04-17 21:05:23 +000060
61 <dt>Consulting</dt>
62 <dd>
Nils Diewald61e6ff52015-05-07 17:26:50 +000063 <%= doc_ext_link_to 'Cyril Belica', "http://www.ids-mannheim.de/direktion/personal/belica.html" %>,
Marc Kupietz9d1eeb72017-09-01 17:21:30 +020064 Piotr Pęzik,
Nils Diewald61e6ff52015-05-07 17:26:50 +000065 <%= doc_ext_link_to 'Oliver Schonefeld', "http://www.ids-mannheim.de/direktion/personal/schonefeld/" %>
Nils Diewalda31a5152015-04-17 21:05:23 +000066 </dd>
67</dl>