Index
A B C D E G H I L M N S T V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- add(SuggestionStage.Node) - Method in class io.gitlab.rxp90.jsymspell.ChunkArray
- ALL - io.gitlab.rxp90.jsymspell.SymSpell.Verbosity
- areDistinct(char, char) - Method in interface io.gitlab.rxp90.jsymspell.api.CharComparator
- areEqual(char, char) - Method in interface io.gitlab.rxp90.jsymspell.api.CharComparator
B
- build() - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
C
- CharComparator - Interface in io.gitlab.rxp90.jsymspell.api
- ChunkArray - Class in io.gitlab.rxp90.jsymspell
- CLOSEST - io.gitlab.rxp90.jsymspell.SymSpell.Verbosity
- compareTo(SuggestItem) - Method in class io.gitlab.rxp90.jsymspell.SuggestItem
D
- DamerauLevenshteinOSA - Class in io.gitlab.rxp90.jsymspell.api
- DamerauLevenshteinOSA() - Constructor for class io.gitlab.rxp90.jsymspell.api.DamerauLevenshteinOSA
- DefaultCharComparator - Class in io.gitlab.rxp90.jsymspell.api
- DefaultCharComparator() - Constructor for class io.gitlab.rxp90.jsymspell.api.DefaultCharComparator
- DefaultStringHasher - Class in io.gitlab.rxp90.jsymspell.api
- DefaultStringHasher() - Constructor for class io.gitlab.rxp90.jsymspell.api.DefaultStringHasher
- deleteCount() - Method in class io.gitlab.rxp90.jsymspell.SuggestionStage
- distance(String, String, int) - Method in class io.gitlab.rxp90.jsymspell.api.DamerauLevenshteinOSA
- distance(String, String, int) - Method in interface io.gitlab.rxp90.jsymspell.api.EditDistance
E
- EditDistance - Interface in io.gitlab.rxp90.jsymspell.api
- equals(Object) - Method in class io.gitlab.rxp90.jsymspell.SuggestItem
G
- get(int) - Method in class io.gitlab.rxp90.jsymspell.ChunkArray
- getCount() - Method in class io.gitlab.rxp90.jsymspell.ChunkArray
- getSuggestion() - Method in class io.gitlab.rxp90.jsymspell.SuggestItem
H
- hash(String) - Method in interface io.gitlab.rxp90.jsymspell.api.StringHasher
- hashCode() - Method in class io.gitlab.rxp90.jsymspell.SuggestItem
I
- io.gitlab.rxp90.jsymspell - package io.gitlab.rxp90.jsymspell
- io.gitlab.rxp90.jsymspell.api - package io.gitlab.rxp90.jsymspell.api
- io.gitlab.rxp90.jsymspell.exceptions - package io.gitlab.rxp90.jsymspell.exceptions
L
- LEXICON_DELIMITER - Static variable in class io.gitlab.rxp90.jsymspell.SymSpell
-
Delimiter for lexicon bigrams and unigrams (words).
- lookup(String, SymSpell.Verbosity) - Method in class io.gitlab.rxp90.jsymspell.SymSpell
- lookupCompound(String, int) - Method in class io.gitlab.rxp90.jsymspell.SymSpell
M
- MissingKeyException - Exception in io.gitlab.rxp90.jsymspell.exceptions
- MissingKeyException(String) - Constructor for exception io.gitlab.rxp90.jsymspell.exceptions.MissingKeyException
N
- nodeCount() - Method in class io.gitlab.rxp90.jsymspell.SuggestionStage
- NotInitializedException - Exception in io.gitlab.rxp90.jsymspell.exceptions
- NotInitializedException(String) - Constructor for exception io.gitlab.rxp90.jsymspell.exceptions.NotInitializedException
S
- set(int, SuggestionStage.Node) - Method in class io.gitlab.rxp90.jsymspell.ChunkArray
- setCountThreshold(int) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setDeletesMap(Map<Long, String[]>) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setLexiconBigrams(Collection<String>) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setLexiconWords(Collection<String>) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setMaxDictionaryEditDistance(int) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setPrefixLength(int) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- setStringHasher(StringHasher) - Method in class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- StringHasher - Interface in io.gitlab.rxp90.jsymspell.api
- SuggestionStage - Class in io.gitlab.rxp90.jsymspell
- SuggestItem - Class in io.gitlab.rxp90.jsymspell
- SymSpell - Class in io.gitlab.rxp90.jsymspell
- SymSpell.Verbosity - Enum in io.gitlab.rxp90.jsymspell
- SymSpellBuilder - Class in io.gitlab.rxp90.jsymspell
- SymSpellBuilder() - Constructor for class io.gitlab.rxp90.jsymspell.SymSpellBuilder
- SymSpellException - Exception in io.gitlab.rxp90.jsymspell.exceptions
-
Superclass for all exceptions used in the spell checker.
- SymSpellException(String) - Constructor for exception io.gitlab.rxp90.jsymspell.exceptions.SymSpellException
T
- TOP - io.gitlab.rxp90.jsymspell.SymSpell.Verbosity
- toString() - Method in class io.gitlab.rxp90.jsymspell.SuggestItem
V
- valueOf(String) - Static method in enum io.gitlab.rxp90.jsymspell.SymSpell.Verbosity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.gitlab.rxp90.jsymspell.SymSpell.Verbosity
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages