Complete releases of the Homer Multitext project's are available from hmt-archive repository in CEX format, but as the archive grows, it can be challenging to load an entire data release and extract a particular set of data to analyze.
This repository hosts a selection extracts from the HMT archive in simple, plain-text formats (delimited text, json), and the Scala scripts that were used to extract each data set from the archive.
Data set | Summary | Source release | Method |
---|---|---|---|
data/hmt-scholia-xml.cex | Archival XML of all scholia in CEX format | hmt-2020i |
Generated by hmt-archive in process of assembling a complete release |
data/scholia-diplomatic.cex | Diplomatic edition of scholia in CEX format | hmt-2020i |
Built with scripts/scholia.sc |
data/scholion-iliad-index.cex | Index of scholia to manuscript pages | hmt-2020i |
Built with scripts/indexScholiaToIliad.sc |
data/scholia-page-index.cex | Index of scholia to manuscript pages | hmt-2020i |
Built with scripts/indexScholiaPage.sc |
data/persons-index.cex | Index of passages in scholia to personal name identifiers | hmt-2020i |
Built with scripts/indexPNsInScholia.scala |
data/scholia-sna.json | Graph of co-occurrences of personal names in scholia, in JSON | hmt-2020i |
Built with scripts/socialNetworkGraph.scala |
data/scholia-sna.gml | Graph of co-occurrences of personal names in scholia, in GML format. | hmt-2020i |
Built with scripts/socialNetworkGraph.scala |