Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface LevenshteinInput

    interface LevenshteinInput {
        source: string;
        target: string;
        wordLevel?: boolean;
    }
    Index
    source: string

    Source string

    target: string

    Target string

    wordLevel?: boolean

    Operate on word tokens instead of characters (default: false)