Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- el
|
8 |
+
- la
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
+
---
|
12 |
+
|
13 |
+
## Greek and Latin Authors
|
14 |
+
|
15 |
+
This dataset contains the names of authors who primarily wrote in Ancient Greek (labeled "Greek")
|
16 |
+
and authors who primarily wrote in Latin (labeled "Latin").
|
17 |
+
|
18 |
+
The Greek names were gathered from the [Thesaurus Linguae Graecae](https://stephanus.tlg.uci.edu/) (TLG) project.
|
19 |
+
Specifically, the TLG makes lists of authors openly available at <https://stephanus.tlg.uci.edu/tlgauthors/post_tlg_e.php>
|
20 |
+
and <https://stephanus.tlg.uci.edu/tlgauthors/cd.authors.php>. These names were supplemented by names from the
|
21 |
+
[Perseus](https://www.perseus.tufts.edu/hopper/) project.
|
22 |
+
|
23 |
+
I also obtained the [Virtual International Authority File](https://viaf.org/) (VIAF) ID numbers for many Greek authors
|
24 |
+
from a database kept for the [Perseus Catalog](https://catalog.perseus.org/. I used the VIAF ID numbers to augment the
|
25 |
+
list of Greek author names with the alternate name forms for those authors.
|
26 |
+
|
27 |
+
Unfortunately, the lists of Greek names included some names of authors who primarily wrote in Latin. For example,
|
28 |
+
Cicero, Varro, Macrobius, Servius, and several others are in the Greek lists, presumably because they included
|
29 |
+
some Greek text in their writings. For the purposes of this dataset, those authors have been labeled as "Latin".
|
30 |
+
|
31 |
+
The names for authors who primarily wrote in Latin come from the authority records in the [Digital Latin Library's
|
32 |
+
Catalog](https://catalog.digitallatin.org/).
|