Published

January 13, 2025

API documentation

Working with published releases

hmt_cex

Download current HMT release in CEX format.

hmt_cex()

hmt_releaseinfo

Extract release info from library header of cexsrc.

hmt_releaseinfo(cexsrc; delimiter)

Instantiating parts of the release

hmt_images

Load HMT image collections from src.

hmt_images(src; delimiter)

Load HMT image collections from current CEX release of HMT project.

hmt_images()

hmt_codices

Load HMT codex page collections from src.

hmt_codices(src; delimiter)

Load HMT codex page collections from current CEX release of HMT project.

hmt_codices()

hmt_textcatalog

Load HMT text catalog from src.

hmt_textcatalog(src; delimiter)

Load HMT text catalog from current CEX release of HMT project.

hmt_textcatalog()

hmt_diplomatic

Load diplomatic corpus from src.

hmt_diplomatic(src; delimiter)

Load diplomatic corpus from current CEX release of HMT project.

hmt_diplomatic()

hmt_normalized

Load normalized corpus from src.

hmt_normalized(src; delimiter)

Load normalized corpus from current CEX release of HMT project.

hmt_normalized()

hmt_dse

Load DSE records from src.

hmt_dse(src; delimiter)

Load DSE records from current CEX release of HMT project.

hmt_dse()

hmt_commentary

Load DSE records from src. TBA

hmt_commentary(src; delimiter)

hmt_pageindex

Load HMT index of Iliad lines to pages from src.

hmt_pageindex(src; delimiter)

Load HMT index of Iliad lines to pages from current CEX release of HMT project.

hmt_pageindex()

hmt_paragraphs

Load HMT data indexing chunking of texts in paragraphs from src.

hmt_paragraphs(src; delimiter)

Load HMT data indexing chunking of texts in paragraphs from current CEX release of HMT project.

hmt_paragraphs()

hmt_persnames

Load HMT authority list for personal names from src.

hmt_persnames(src; delimiter)

Load HMT authority list for personal names from current release.

hmt_persnames()

hmt_placenames

Load HMT authority list for place names from src.

hmt_placenames(src; delimiter)

Load HMT authority list for place names from current release.

hmt_placenames()

Tables summarizing parts of the release

coltbl_pagecounts

Load current release and compose a table of page counts per codex.

coltbl_pagecounts()

Compose a table of page counts per codex in the CEX source src.

coltbl_pagecounts(src)

Compose a table of page counts per codex in codd.

coltbl_pagecounts(codd)

coltbl_imagecounts

Compose a table of image counts per image collection in codd.

coltbl_imagecounts(imgs)

Compose a table of image counts per image collection in src.

coltbl_imagecounts(src)

Load current release and compose a table of image counts per image collection.

coltbl_imagecounts()

Publishing the archive

librarycex

Format contents of hmt as delimited-text in CEX format.

librarycex(hmt, releaseid)

publish

Publish CEX file to releases-cex directory of archive.

publish(hmt, releaseid)

writerc

Write CEX file to release-candidates directory of archive.

writerc(hmt, releaseid)