Kizuki
    Preparing search index...

    Function numberSentences

    • Writes passages for the model with every sentence labeled S1, S2, and so on. The model answers with labels only; Kizuki looks up the exact sentence, so a quote can never be made up. notes (your corrections and readings) are shown under their passage.

      Parameters

      • passages: {
            location: {
                cells?: string;
                heading?: string;
                notes?: boolean;
                page?: number;
                paragraph?: number;
                sheet?: string;
                slide?: number;
            };
            materialId: string;
            ordinal: number;
            passageId: string;
            sectionId: string;
            text: string;
        }[]
      • notes: Map<string, string[]> = ...

      Returns { block: string; refs: Map<string, SentenceRef> }