Skip to content

Latest commit

 

History

History

dataquality-record-linkage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

org.talend.dataquality.record.linkage

Record Matching algorithms, blocking key calculationn and T-Swoosh

Changelog

More information can be found here.

Where can I get the latest release?

You can download latest stable binaries from our Release Repository. or snapshot binaries from our Snapshot Repository.

Alternatively you can add the following repository into your pom.xml file:

<repositories>
  <repository>
    <id>TalendOpenSourceRelease</id>
    <url>http://newbuild.talend.com:8081/nexus/content/repositories/TalendOpenSourceRelease</url>
  </repository>
</repositories>

And include the following dependency:

<dependency>
  <groupId>org.talend.dataquality</groupId>
  <artifactId>dataquality-record-linkage</artifactId>
  <version>3.2.6</version>
</dependency>

License

Code is under the Apache Licence v2.

Additional Resources