API Reference / interpretationContext · function
Function: interpretationContext()
function interpretationContext(chart, opts?): InterpretationContext;
Project a Chart into a ranked list of FactAtoms -- the substrate an interpretation layer consumes. Pure and deterministic; computes applying/separating and a normalized strength for each aspect that the bare Chart.aspects list omits.
Parameters
| Parameter | Type | Description |
|---|---|---|
chart | Chart | A chart from Engine.chart / Engine.chartAt. |
opts | ContextOptions | Salience overrides, orb policy, and precomputed reductions. |
Returns
The InterpretationContext; atoms are sorted by salience.