Trevixal API
    Preparing search index...
    interface RepeatedWord {
        index: number;
        length: number;
        word: string;
    }
    Index
    index: number

    Offset of the first occurrence; length spans both (the the).

    length: number
    word: string

    The word as written the first time.