is not current version
Last Version 4.1.1

com.github.mpkorstanje:simmetrics 4.0.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.

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.mpkorstanje
ArtifactId

ArtifactId

simmetrics
Version

Version

4.0.1
Type

Type

pom

Download simmetrics 4.0.1

Filename Size
simmetrics-4.0.1.pom 7 KB
Browse

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