implicit class StringToStringDistanceConverter extends AnyRef
- Alphabetic
- By Inheritance
- StringToStringDistanceConverter
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StringToStringDistanceConverter(s1: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cosine(s2: String): Double
- def damerau(s2: String): Double
- def damerauDist(s2: String): Int
- def diceCoefficient(s2: String): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hamming(s2: String): Double
- def hammingDist(s2: String): Int
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jaccard(s2: String, nGram: Int = 1): Double
- def jaro(s2: String): Double
- def jaroWinkler(s2: String, weight: Double = 0.1): Double
- def levenshtein(s2: String): Double
- def levenshteinDist(s2: String): Int
- def longestCommonSeq(s2: String): Int
- def metaphone(s2: String): Boolean
- def nGram(s2: String, nGram: Int = 1): Double
- def nGramDist(s2: String, nGram: Int = 1): Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def needlemanWunsch(s2: String, gap: ConstantGap = ConstantGap()): Double
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def overlap(s2: String, nGram: Int = 1): Double
- def smithWaterman(s2: String, gap: Gap = LinearGap(gapValue = -1), windowSize: Int = Integer.MAX_VALUE): Double
- def smithWatermanGotoh(s2: String, gap: ConstantGap = ConstantGap()): Double
- def soundex(s2: String): Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokens(n: Int): List[String]
- def tversky(s2: String, n: Double = 1): Double
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.