-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorpus.php
More file actions
33 lines (29 loc) · 1.61 KB
/
corpus.php
File metadata and controls
33 lines (29 loc) · 1.61 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Corpus - WoPoss</title>
<?php include("ssi/head.html"); ?>
</head>
<body>
<?php include("ssi/menu.html"); ?>
<main>
<h1>Corpus description</h1>
<p>The WoPoss corpus spans from the 3rd century BCE to the 7th century CE. Texts are selected in terms of
representativeness in order to track the variations in the uses of modal markers: the diversity of
text types
guarantees that any potential source of knowledge about (socio-)linguistic variation is covered. Thus, the corpus
includes both literary and documentary texts taking into consideration the diverse sources of transmission of
ancient texts –manuscripts, inscriptions and papyri–, in the various Latin-speaking regions of the ancient world.
Different textual genres are also included: philosophical texts like <em>De Rerum Natura</em> by Lucretius, comedian
pieces
like <em>Poenulus</em> by Plautus or technical writing like the
<em>Res rustica</em> by Columella.</p>
<p>The setting-up of the corpus builds upon projects that provide open access materials (see the <a href="credits.php">credits page</a> for the list of projects with whom we have either informal or formal agreements). A full description of the annotated
corpus will be provided soon.</p>
<p>A preliminary mock-up of the semantic annotation of Tertullian’s <em>De spectaculis</em> is available in <a
href="db.php">Query
the corpus</a>.</p>
</main>
<?php include("ssi/footer.html"); ?>
</body>
</html>