com.rockymadden

stringmetric

package stringmetric

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stringmetric
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Algorithm[A] extends AnyRef

  2. sealed trait AlgorithmDecorator[A] extends AnyRef

  3. sealed trait Alphabet extends AnyRef

  4. type CompareTuple[T] = (Array[T], Array[T])

  5. type MatchTuple[T] = (Array[T], Array[T])

  6. trait Metric[A, B] extends AnyRef

  7. sealed trait MetricDecorator[A, B] extends AnyRef

  8. final case class NGramTokenizer(n: Int) extends StringTokenizer with Product with Serializable

  9. trait StringAlgorithm extends Algorithm[Array[Char]]

  10. final case class StringAlgorithmDecorator(sa: StringAlgorithm) extends AlgorithmDecorator[Array[Char]] with Product with Serializable

  11. trait StringMetric[A] extends Metric[Array[Char], A]

  12. final case class StringMetricDecorator[A](sm: StringMetric[A]) extends MetricDecorator[Array[Char], A] with Product with Serializable

  13. sealed trait StringTokenizer extends Tokenizer[Array[Char]]

  14. type StringTransform = (Array[Char]) ⇒ Array[Char]

  15. trait Tokenizer[A] extends AnyRef

  16. type Transform[A] = (A) ⇒ A

  17. trait transform extends AnyRef

Value Members

  1. object Alphabet

  2. object StringAlgorithm

  3. object StringMetric

  4. package phonetic

  5. package similarity

  6. implicit def stringToCharArray(s: String): Array[Char]

  7. object transform extends transform

Inherited from AnyRef

Inherited from Any

Ungrouped