-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
119 lines (87 loc) · 4.96 KB
/
documentation.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
<!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">
<div class="breadcrumb">
<a href="/documentation">Documentation</a>
<span class="divider">/</span>
Quick Start
</div>
<!-- CONTENT STARTS HERE =============================== -->
<div id="content">
<p>We do have a <a href="http://wiki.copticscriptorium.org">wiki for detailed documentation</a>, but if you want a quick start, here are the most commonly used resources.</p>
<h2 class="bold-subhead">Getting started</h2>
<ul>
<li><a href="FAQ.html">Frequently Asked Questions</a></li>
<li><a href="http://data.copticscriptorium.org">Read and browse Coptic texts</a> in our corpora, including many with aligned translations</li>
<li>Lookup a word in an <a href="https://coptic-dictionary.org/">online Coptic Dictionary</a>, developed with our German partners in the KELLIA project</li>
<li>ANNIS, our search and visualization platform<ul style="margin-top: 5px;">
<li><a href="ANNIS_tutorial">ANNIS tutorial and cheat sheet</a></li>
<li><a href="ANNIS-tips.html">More sample queries for the ANNIS</a></li>
<li>A <a href="https://www.youtube.com/watch?v=gGZWbPzcJPA">video of a tutorial</a> for using ANNIS during our March 2015 workshop</li></ul></li>
<li>For an introduction to some of our search functions, see the <a href="[https://digitalorientalist.com/2021/10/12/an-introduction-to-coptic-scriptorium/]">recent post</a> on the Digital Orientalist.</li>
</ul>
<h2 class="bold-subhead">Annotation guidelines</h2>
<ul>
<li><a href="https://copticscriptorium.org/download/scriptorium_guidelines_overview.pdf">Guidelines overview</a> - read this first!</li>
<li><a href="https://github.com/CopticScriptorium/tagger-part-of-speech/raw/master/scriptorium_tagset_documentation.pdf">Part of speech tagset and tagging guidelines</a></li>
<li><a href="https://github.com/CopticScriptorium/tagger-part-of-speech/raw/master/scriptorium-transcription-guidelines.pdf">Transcription guidelines</a></li>
<li><a href="https://github.com/CopticScriptorium/tagger-part-of-speech/raw/master/Coptic SCRIPTORIUM lemmatization guidelines.pdf">Lemmatization guidelines</a></li>
<li><a href="https://github.com/CopticScriptorium/tagger-part-of-speech/raw/master/Coptic%20Sentence%20Segmentation%20Guidelines.pdf">Sentence segmentation guidelines</a></li>
<li><a href="https://github.com/CopticScriptorium/entity-tagging/raw/master/coptic_scriptorium_entity_guidelines.pdf">Entity annotation guidelines</a></li>
<li><a href="https://universaldependencies.org/cop/" title="treebanking guidelines">Treebanking guidelines</a></li>
</ul>
<h2 class="bold-subhead">More resources</h2>
<ul>
<li>Instructions for how to apply our software are available in the README files accompanying the tools in our <a href="http://www.github.com/CopticScriptorium">Github repositories</a></li>
<li><a href="https://www.youtube.com/watch?v=JZW6oWHbwQU">Fall 2014 video introduction</a> to the project and data model</li>
<li><a href="reports.html">Official reports and white papers</a></li>
<li><a href="citation-guidelines.html">Citation guidelines</a></li>
<li>For contributors/annotators: <a href="http://wiki.copticscriptorium.org/doku.php?id=start#contributor_annotator_tools_and_processes" title="contributors resources and workflows">resources and workflows</a></li>
</ul>
<p></p>
</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>
<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>