Function uniqueNgrams

  • Find unique n-grams of a string.

    Parameters

    • x: string

      a string

    • n: number

      n-gram length

    Returns Set<string>

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

Generated using TypeDoc