@willwade/aac-processors
    Preparing search index...

    Interface MonthBin

    interface MonthBin {
        activeDays: number;
        lexicalDiversity: DiversityResult;
        lexicalRichness: LexicalRichness;
        month: string;
        morphologicalDiversity: DiversityResult;
        spellingValidity: number | null;
        suppressed: boolean;
        suppressReason: string | null;
        syntacticDiversity: DiversityResult;
        uniqueWords: number;
        utterances: number;
        words: number;
        wordsPerUtterance: DistributionStats;
    }
    Index

    Properties

    activeDays: number
    lexicalDiversity: DiversityResult

    Semantic — the headline measure.

    lexicalRichness: LexicalRichness

    Lexical richness indices (Brunet's W, Honoré's R) — always available.

    month: string

    Calendar month in local time, "YYYY-MM".

    morphologicalDiversity: DiversityResult

    Morphological (proxy). null/unavailable when no classifier for the language.

    spellingValidity: number | null

    Phonological — only when a dictionary is supplied.

    suppressed: boolean

    True when the month has too little data to trust the diversity figures.

    suppressReason: string | null
    syntacticDiversity: DiversityResult

    Syntactic. null/unavailable when no closed-class data for the language.

    uniqueWords: number
    utterances: number
    words: number
    wordsPerUtterance: DistributionStats