sources_for_role

sources_for_role(role)

Return the ordered default retrieval sources for a semantic role.

Parameters

Name Type Description Default
role Optional[str] One of variable, property, entity, unit, constraint, statistical_modifier, or method. Unknown and empty roles receive the generic default. required

Returns

Name Type Description
list of str Ordered source identifiers. These defaults apply only when callers omit sources; an explicit source list remains a strict allowlist.
Back to top