com.rockymadden.stringmetric

similarity

package similarity

Visibility
  1. Public
  2. All

Type Members

  1. final case class DiceSorensenMetric(n: Int) extends StringMetric[Double] with Product with Serializable

    An implementation of the Dice/Sorensen metric.

  2. final case class JaccardMetric(n: Int) extends StringMetric[Double] with Product with Serializable

  3. final case class NGramMetric(n: Int) extends StringMetric[Double] with Product with Serializable

  4. final case class OverlapMetric(n: Int) extends StringMetric[Double] with Product with Serializable

  5. final case class WeightedLevenshteinMetric(delete: BigDecimal, insert: BigDecimal, substitute: BigDecimal) extends StringMetric[Double] with Product with Serializable

Value Members

  1. object HammingMetric extends StringMetric[Int] with Product with Serializable

  2. object JaroMetric extends StringMetric[Double] with Product with Serializable

    An implementation of the Jaro metric.

  3. object JaroWinklerMetric extends StringMetric[Double] with Product with Serializable

    An implementation of the Jaro-Winkler metric.

  4. object LevenshteinMetric extends StringMetric[Int] with Product with Serializable

  5. object RatcliffObershelpMetric extends StringMetric[Double] with Product with Serializable

Ungrouped