API documentation
Exported functions
For a cataloged text
CitableCorpus.entry
— FunctionConstruct a CatalogedText
allowing for some default values.
entry(
u,
citation,
group,
work,
version;
exemplar,
online,
lang
)
CitableCorpus.citation
— FunctionRetrieve label for citation pattern of txt
.
citation(txt)
CitableCorpus.textgroup
— FunctionRetrieve label for text group of txt
.
textgroup(txt)
CitableCorpus.work
— FunctionRetrieve label for work of txt
.
work(txt)
CitableCorpus.version
— FunctionRetrieve label for version of txt
.
version(txt)
CitableCorpus.exemplar
— FunctionRetrieve label for exemplar (if any) of txt
.
exemplar(txt)
CitableCorpus.online
— FunctionTrue if txt
is online.
online(txt)
Retrieve entries for online texts in catalog.
online(catalog)
CitableCorpus.lang
— FunctionRetrieve ISO language code for txt
.
lang(txt)
Other
CitableCorpus.text
— FunctionText content of psg
.
text(psg)
CitableCorpus.document_urns
— FunctionIdentify documents in a corpus by URN.
document_urns(c)
Identify documents in a list of passages by URN.
document_urns(v)