Skip to contents

The correct order for the ecosystem: a report already in the panel-reviewed corpus (rmoriedata) returns its VERIFIED count – nothing re-derives an established answer. Only a report outside the corpus falls through to the deterministic rule set compiled in rmoriebricklayer (the foundation layer), whose rules were proven zero-wrong against all 2,182 reviewed reports; where even the rules cannot answer, the reading panel (morie_siu_panel()) decides.

Usage

morie_siu_resolve_so(text = NULL, drid = NULL)

Arguments

text

Plain report text (needed only for unreviewed reports).

drid

Report id; supply whenever known.

Value

A list with count (integer, NA only when both corpus and rules are silent – run the panel) and reason.

Examples

morie_siu_resolve_so(drid = 5038)
#> $count
#> [1] 2
#> 
#> $reason
#> [1] "panel-reviewed corpus (verified)"
#>