jar

io.gitlab.rxp90 : jsymspell

Maven & Gradle

Nov 05, 2020
19 stars

jsymspell · Java 8+ zero-dependency port of SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm

Table Of Contents

Latest Version

Download io.gitlab.rxp90 : jsymspell JAR file - Latest Versions:

All Versions

Download io.gitlab.rxp90 : jsymspell JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 jsymspell-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.gitlab.rxp90.jsymspell

├─ io.gitlab.rxp90.jsymspell.SymSpell.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.SymSpellBuilder.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.SymSpellImpl.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.Verbosity.class - [JAR]

io.gitlab.rxp90.jsymspell.exceptions

├─ io.gitlab.rxp90.jsymspell.exceptions.JSymSpellException.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.exceptions.NotInitializedException.class - [JAR]

io.gitlab.rxp90.jsymspell.api

├─ io.gitlab.rxp90.jsymspell.api.Bigram.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.api.CharComparator.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.api.DamerauLevenshteinOSA.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.api.DefaultCharComparator.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.api.StringDistance.class - [JAR]

├─ io.gitlab.rxp90.jsymspell.api.SuggestItem.class - [JAR]

Advertisement