HmtArchive.jl

Published

July 22, 2024

HmtArchive is a Julia package for working with the citable content freely available from the Homer Multitext project’s github repository for archival data at https://github.com/homermultitext/hmt-archive.

In its current early version, its has two primary focal points:

  1. generating a complete serialization of all material in the archive in delimited-text format following the CEX specification (the HmtArchive module)
  2. instantiating all content in the serialized release as Julia objects (the HmtArchive.Analysis module)

Contents

Learning the package Using the package
Hands-on Try a tutorial to start using the package Find recipes for specific tasks
Cognition Learn concepts See reference information (including API documentation for all exported functions)