s

spark-stringmetric_2.12

Popular phonetic and string matching algorithms implemented in Spark
https://github.com/MrPowers/spark-stringmetric
MIT
MrPowers
Matthew Powers
Files download
File Operation
spark-stringmetric_2.12-0.5.0.jar download
spark-stringmetric_2.12-0.5.0.pom download
spark-stringmetric_2.12-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mrpowers</groupId>
  <artifactId>spark-stringmetric_2.12</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mrpowers:spark-stringmetric_2.12:0.5.0'
Gradle Kotlin
implementation("com.github.mrpowers:spark-stringmetric_2.12:0.5.0")
Scala SBT
libraryDependencies += "com.github.mrpowers" % "spark-stringmetric_2.12" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mrpowers', module='spark-stringmetric_2.12', version='0.5.0')
)
Apache Ivy
<dependency org="com.github.mrpowers" name="spark-stringmetric_2.12" rev="0.5.0" />
Leiningen
[com.github.mrpowers/spark-stringmetric_2.12 "0.5.0"]
Apache Buildr
'com.github.mrpowers:spark-stringmetric_2.12:jar:0.5.0'