Last Version

Simmetrics Core 4.1.1

A Java library of similarity and distance metrics e.g. Levenshtein distance and Cosine similarity. All similarity metrics return normalized values rather than unbounded similarity scores. Distance metrics return non-negative unbounded scores.

License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.mpkorstanje
ArtifactId

ArtifactId

simmetrics-core
Version

Version

4.1.1
Type

Type

jar
Description

Description

Simmetrics Core
A Java library of similarity and distance metrics e.g. Levenshtein distance and Cosine similarity. All similarity metrics return normalized values rather than unbounded similarity scores. Distance metrics return non-negative unbounded scores.

Download simmetrics-core 4.1.1


<!-- https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics-core/ -->
<dependency>
    <groupId>com.github.mpkorstanje</groupId>
    <artifactId>simmetrics-core</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics-core/
implementation 'com.github.mpkorstanje:simmetrics-core:4.1.1'
// https://jarcasting.com/artifacts/com.github.mpkorstanje/simmetrics-core/
implementation ("com.github.mpkorstanje:simmetrics-core:4.1.1")
'com.github.mpkorstanje:simmetrics-core:jar:4.1.1'
<dependency org="com.github.mpkorstanje" name="simmetrics-core" rev="4.1.1">
  <artifact name="simmetrics-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpkorstanje', module='simmetrics-core', version='4.1.1')
)
libraryDependencies += "com.github.mpkorstanje" % "simmetrics-core" % "4.1.1"
[com.github.mpkorstanje/simmetrics-core "4.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
commons-codec : commons-codec jar 1.10

test (4)

Group / Artifact Type Version
com.google.caliper : caliper jar 1.0-beta-2
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.