Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...
    • Apply all six analysis lenses to a batch of parliamentary documents.

      Also performs cross-document relationship detection across the entire batch.

      Performance target: 6 lenses × 30 documents < 120 seconds. The implementation is synchronous and CPU-bound; network calls are not made. Typical execution: ~1–5ms per document.

      Parameters

      • docs: RawDocument[]

        Documents to analyse

      • Optionalcia: CIAContext

        Optional CIA context shared across all documents

      • lang: string = 'en'

        Target language for all generated text (default: 'en')

      Returns BatchAnalysisResult

      A BatchAnalysisResult containing per-document results and cross-document links detected across the whole batch