Levenshtein Distance

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

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.0.0