Skip to content

Commit d975177

Browse files
committed
Remove duplicate corpus data entry from help
Resolves #252 The deleted part could be moved to development. Change-Id: Ib599545bbd12addb44d12cc9618201d01caeaabf
1 parent 7baf1ee commit d975177

File tree

3 files changed

+24
-37
lines changed

3 files changed

+24
-37
lines changed

templates/doc/annotation.html.ep

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
% 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>

templates/doc/data.html.ep

Lines changed: 0 additions & 27 deletions
This file was deleted.

templates/doc/navigation.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,9 @@
100100
]
101101
},
102102
{
103-
"title": "Corpus Data",
104-
"id": "data",
105-
"class": "folded",
106-
"items": [
107-
{
108-
"title": "Annotations",
109-
"id": "annotation"
110-
}
111-
]
103+
"title": "Annotations",
104+
"id": "annotation",
105+
"class": "folded"
112106
},
113107
{
114108
"title": "FAQ",
@@ -147,4 +141,4 @@
147141
}
148142
]
149143
}
150-
]
144+
]

0 commit comments

Comments
 (0)