jar

com.rockymadden.stringmetric : stringmetric-core

Maven & Gradle

Dec 31, 2013
484 stars

stringmetric-core · String metrics and phonetic algorithms for Scala.

Table Of Contents

Latest Version

Download com.rockymadden.stringmetric : stringmetric-core JAR file - Latest Versions:

All Versions

Download com.rockymadden.stringmetric : stringmetric-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.26.x
0.25.x
0.24.x
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window stringmetric-core-0.26.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.rockymadden.stringmetric.similarity

├─ com.rockymadden.stringmetric.similarity.DiceSorensenMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.HammingMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.JaccardMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.JaroMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.JaroWinklerMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.LevenshteinMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.NGramMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.OverlapMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.RatcliffObershelpMetric.class - [JAR]

├─ com.rockymadden.stringmetric.similarity.WeightedLevenshteinMetric.class - [JAR]

com.rockymadden.stringmetric.tokenize

├─ com.rockymadden.stringmetric.tokenize.NGramTokenizer.class - [JAR]

com.rockymadden.stringmetric.phonetic

├─ com.rockymadden.stringmetric.phonetic.MetaphoneAlgorithm.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.MetaphoneMetric.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.NysiisAlgorithm.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.NysiisMetric.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.RefinedNysiisAlgorithm.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.RefinedNysiisMetric.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.RefinedSoundexAlgorithm.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.RefinedSoundexMetric.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.SoundexAlgorithm.class - [JAR]

├─ com.rockymadden.stringmetric.phonetic.SoundexMetric.class - [JAR]

com.rockymadden.stringmetric

├─ com.rockymadden.stringmetric.Algorithm.class - [JAR]

├─ com.rockymadden.stringmetric.Alphabet.class - [JAR]

├─ com.rockymadden.stringmetric.Metric.class - [JAR]

├─ com.rockymadden.stringmetric.Tokenizer.class - [JAR]

├─ com.rockymadden.stringmetric.Transform.class - [JAR]

├─ com.rockymadden.stringmetric.package.class - [JAR]