Function countUniqueMatchingNgrams

  • Count the total number of unique matching n-grams between strings.

    Parameters

    • x: string

      a string

    • y: string

      another string

    • n: number

      n-gram length

    Returns number

    |Set {gᵢ}| | gᵢ = iᵗʰ unique matching n-gram

Generated using TypeDoc