Documentation Index
Fetch the complete documentation index at: https://mintlify.com/exegia/corpora-py/llms.txt
Use this file to discover all available pages before exploring further.
describe_corpus() gives you a structural overview of a corpus before you start querying it. It shows the section hierarchy (e.g. book > chapter > verse), the total number of loaded features, and a frequency table of every node type with its total count. Use it to understand what kinds of nodes are available and how the text is organised into sections.
Parameters
Name of the corpus to describe. When omitted, the currently active corpus is used. Use
list_corpora() to see available names.Returns
A multi-line formatted string containing three sections:- Section hierarchy — node types that form the hierarchical address system, separated by
>. - Total features — number of features loaded for the corpus.
- Node types table — a two-column table with each node type and its total count, formatted with commas.