Last Version

SimMetrics 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
Version

Version

4.1.1
Type

Type

pom
Description

Description

SimMetrics
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.
Project URL

Project URL

https://github.com/mpkorstanje/simmetrics
Source Code Management

Source Code Management

https://github.com/mpkorstanje/simmetrics

Download simmetrics 4.1.1

Filename Size
simmetrics-4.1.1.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • simmetrics-core
  • simmetrics-example