Last Version

Levenshtein Distance 1.0.0

Library that allows easy calculate Levenshtein distance and "difference metric" ( range [0;1]) between words

License

License

GroupId

GroupId

com.github.wslf
ArtifactId

ArtifactId

LevenshteinDistance
Version

Version

1.0.0
Type

Type

jar
Description

Description

Levenshtein Distance
Library that allows easy calculate Levenshtein distance and "difference metric" ( range [0;1]) between words
Project URL

Project URL

https://github.com/WslF/LevenshteinDistance.git
Source Code Management

Source Code Management

https://github.com/WslF/LevenshteinDistance.git

Download LevenshteinDistance 1.0.0


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.