-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-content-template-ex-dynamic-hdrftr.html
198 lines (132 loc) · 6.34 KB
/
new-content-template-ex-dynamic-hdrftr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SCRIPTORIUM | Documentation</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Asul:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/global.css" type="text/css" charset="utf-8"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55145025-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
</header>
<div id="sub-menu">
</div>
<section id="main">
<div class="container">
<!-- edit the following section to add breadcrumbs to the correct page ============================== -->
<div class="breadcrumb">
<a href="/documentation">Documentation</a>
<span class="divider">/</span>
Quick Start
</div>
<!-- CONTENT STARTS HERE =============================== -->
<p>Some of the tools below use a Sahidic Coptic lexicon based on data kindly provided by Prof. Tito Orlandi and the CMCL project. When using the part-of-speech tagging models or the tokenization script and its lexicon please make sure to refer back to the CMCL project.</p>
<p><a href="#" class="btn">Coptic NLP Service</a></p>
<p>The NLP service currently covers segmentation, normalization, part of speech tagging, lemmatization and language of origin tagging. For individual command line tools, see below.</p>
<h2>Part-of-Speech Tagging</h2>
<div class="content-box">
<div class="content-col">
<h2>Scripts and models</h2>
<ul>
<li>Tokenization script and lexicon (assumes normalized Coptic, see tokenization guidelines)</li>
<li>TreeTagger - an open source part-of-speech tagger (additional Windows interface WinTreeTagger)</li>
<li>Coptic TreeTagger training models - for the fine and coarse grained tagsets (see tagging guidelines below)</li>
</ul>
</div>
<div class="content-col">
<h2>Documentation</h2>
<ul>
<li>Diplomatic Transcription Guidelines</li>
<li>Tokenization Guidelines (see sections 3 & 4 of the Transcription Guidelines)</li>
<li>Part-of-Speech Tagging Guidelines</li>
<li>Lemmatization Guidelines</li>
</ul>
</div>
</div>
<h2>Coptic Universal Dependency Treebank</h2>
<p>A treebank is a collection of texts in which sentences have been exhaustively annotated with syntactic analyses. Our Coptic Treebank project uses the Universal Dependencies standards, which apply the same annotation scheme to multiple languages.</p>
<div class="content-box">
<h2>Scripts and models</h2>
<ul>
<li>Tokenization script and lexicon (assumes normalized Coptic, see tokenization guidelines)</li>
<li>TreeTagger - an open source part-of-speech tagger (additional Windows interface WinTreeTagger)</li>
<li>Coptic TreeTagger training models - for the fine and coarse grained tagsets (see tagging guidelines below)</li>
</ul>
</div>
<div class="content-col-container">
<div class="content-col">
<h2>Scripts and models</h2>
<ul>
<li>Tokenization script and lexicon (assumes normalized Coptic, see tokenization guidelines)</li>
<li>TreeTagger - an open source part-of-speech tagger (additional Windows interface WinTreeTagger)</li>
<li>Coptic TreeTagger training models - for the fine and coarse grained tagsets (see tagging guidelines below)</li>
</ul>
</div>
<div class="content-col">
<h2>Documentation</h2>
<ul>
<li>Diplomatic Transcription Guidelines</li>
<li>Tokenization Guidelines (see sections 3 & 4 of the Transcription Guidelines)</li>
<li>Part-of-Speech Tagging Guidelines</li>
<li>Lemmatization Guidelines</li>
</ul>
</div>
</div>
<div class="content-col-container">
<div class="content-col">
<div class="content-box">
<h2>Scripts and models</h2>
<ul>
<li>Tokenization script and lexicon (assumes normalized Coptic, see tokenization guidelines)</li>
<li>TreeTagger - an open source part-of-speech tagger (additional Windows interface WinTreeTagger)</li>
<li>Coptic TreeTagger training models - for the fine and coarse grained tagsets (see tagging guidelines below)</li>
</ul>
</div>
</div>
<div class="content-col">
<div class="content-box">
<h2>Documentation</h2>
<ul>
<li>Diplomatic Transcription Guidelines</li>
<li>Tokenization Guidelines (see sections 3 & 4 of the Transcription Guidelines)</li>
<li>Part-of-Speech Tagging Guidelines</li>
<li>Lemmatization Guidelines</li>
</ul>
</div>
</div>
</div>
</div>
<!-- END CONTENT ============================== -->
</section>
<footer id="footer">
</footer>
</div> <!-- /#wrapper -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- edit addClass page below; delete sub-menu section if not used ============================== -->
<script>
$(function(){
//$("#navbar").load("nav.html");
$("#header").load("header.html",function() {
$(".m-documentation").addClass('on');
});
$("#sub-menu").load("documentation-menu.html",function() {
$(".m-quick").addClass('on');
});
$("#footer").load("footer.html");
});
</script>
</body>
</html>