L

LSHDB

LSHDB is a parallel and distributed data engine, which relies on Locality-Sensitive Hashing and noSQL stores, for performing record linkage (and privacy-preserving record linkage) and similarity search tasks.
http://github.com/dimkar121/LSHDB
The Apache Software License, Version 2.0
Dimitrios Karapiperis
Files download
File Operation
LSHDB-1.0.jar download
LSHDB-1.0.pom download
LSHDB-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>gr.eap.LSHDB</groupId>
  <artifactId>LSHDB</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'gr.eap.LSHDB:LSHDB:1.0'
Gradle Kotlin
implementation("gr.eap.LSHDB:LSHDB:1.0")
Scala SBT
libraryDependencies += "gr.eap.LSHDB" % "LSHDB" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='gr.eap.LSHDB', module='LSHDB', version='1.0')
)
Apache Ivy
<dependency org="gr.eap.LSHDB" name="LSHDB" rev="1.0" />
Leiningen
[gr.eap.LSHDB/LSHDB "1.0"]
Apache Buildr
'gr.eap.LSHDB:LSHDB:jar:1.0'