is not current version
Last Version 4.1.1

com.github.mpkorstanje:simmetrics 3.2.3

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

3.2.3
Type

Type

pom

Download simmetrics 3.2.3

Filename Size
simmetrics-3.2.3.pom 7 KB
Browse

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