Citable text corpora
The CitableCorpus.jl package defines functions for working with the following structures:
- a
CatalogedTexttext associates labelling metadata with an identifying URN for a concrete version of a text. - a
TextCatalogCollectionis a collection ofCatalogedTexts. - a
CitablePassagerepresents a passage of text. It associates aCtsUrnwith a string value for the content of the passage. - a
CitableTextCorpuscontains an ordered list ofCitablePassagesbelonging to one or more versions of one or more texts.
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) |
Status
In development
A future release of CitableCorpus is planned to add CitableDocument and CitableDocumentCollection types.
The CitableDocument represents a single cataloged document. It associates an ordered list of CitablePassages, all belonging to a single version of a single text, with a CatalogedText. The CitableDocumentCollection is list of CitableDocuments.