View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window symspell-lib-6.6.154.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mightguy.spellcheck.symspell.common
├─ io.github.mightguy.spellcheck.symspell.common.Composition.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.DictionaryItem.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.Murmur3HashFunction.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.QwertyDistance.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.QwertzDistance.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.SpellCheckSettings.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.SpellHelper.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.SuggestionItem.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.Verbosity.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.common.WeightedDamerauLevenshteinDistance.class - [JAR]
io.github.mightguy.spellcheck.symspell.api
├─ io.github.mightguy.spellcheck.symspell.api.CharDistance.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.api.DataHolder.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.api.HashFunction.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.api.SpellChecker.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.api.StringDistance.class - [JAR]
io.github.mightguy.spellcheck.symspell.impl
├─ io.github.mightguy.spellcheck.symspell.impl.InMemoryDataHolder.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.impl.SymSpellCheck.class - [JAR]
io.github.mightguy.spellcheck.symspell.exception
├─ io.github.mightguy.spellcheck.symspell.exception.SpellCheckException.class - [JAR]
├─ io.github.mightguy.spellcheck.symspell.exception.SpellCheckExceptionCode.class - [JAR]