Trevixal API
    Preparing search index...
    interface PassiveMatch {
        byAgent: boolean;
        index: number;
        length: number;
        sentence: string;
        trigger: string;
    }
    Index
    byAgent: boolean

    True when the phrase names its agent with by.

    index: number

    Offset of the verb phrase (was written by) in the source text.

    length: number
    sentence: string

    The sentence the construction was found in.

    trigger: string

    The matched verb phrase.