Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Validate that all analysis artifacts in the given directory are English-only. Returns an array of violation objects { filepath, totalWords, swedishMarkerCount, density }.

    interface LanguageViolation {
    ย ย ย ย filepath: string;
    ย ย ย ย relpath: string;
    ย ย ย ย totalWords: number;
    ย ย ย ย swedishMarkerCount: number;
    ย ย ย ย density: number;
    }
    Index
    filepath: string
    relpath: string
    totalWords: number
    swedishMarkerCount: number
    density: number