s

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.
https://github.com/mpkorstanje/simmetrics
The Apache Software License, Version 2.0
文件下载
文件名 操作
simmetrics-4.1.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.mpkorstanje</groupId>
  <artifactId>simmetrics</artifactId>
  <version>4.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mpkorstanje:simmetrics:4.1.1'
Gradle Kotlin
implementation("com.github.mpkorstanje:simmetrics:4.1.1")
Scala SBT
libraryDependencies += "com.github.mpkorstanje" % "simmetrics" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mpkorstanje', module='simmetrics', version='4.1.1')
)
Apache Ivy
<dependency org="com.github.mpkorstanje" name="simmetrics" rev="4.1.1" />
Leiningen
[com.github.mpkorstanje/simmetrics "4.1.1"]
Apache Buildr
'com.github.mpkorstanje:simmetrics:jar:4.1.1'
本项目依赖
该项目无第三方依赖