Index
All Classes and Interfaces|All Packages|Serialized Form
B
- BKTreeNode - Class in io.github.fwm.lib.bk_tree
- BKTreeNode(String, double) - Constructor for class io.github.fwm.lib.bk_tree.BKTreeNode
- build() - Method in class io.github.fwm.WordMatcher.WordMatcherBuilder
C
- COSINE_SIMILARITY - Enum constant in enum class io.github.fwm.lib.enums.MatchType
- CosineSimilarityMatcher - Class in io.github.fwm.lib.matchers
- CosineSimilarityMatcher() - Constructor for class io.github.fwm.lib.matchers.CosineSimilarityMatcher
F
- findBestMatch(String) - Method in class io.github.fwm.WordMatcher
G
- getDistance(String, String) - Method in class io.github.fwm.lib.matchers.CosineSimilarityMatcher
- getDistance(String, String) - Method in class io.github.fwm.lib.matchers.JaroWinklerMatcher
- getDistance(String, String) - Method in interface io.github.fwm.lib.matchers.SimilarityMatcher
I
- insert(String) - Method in class io.github.fwm.WordMatcher
- insert(String, SimilarityMatcher) - Method in class io.github.fwm.lib.bk_tree.BKTreeNode
- io.github.fwm - package io.github.fwm
- io.github.fwm.lib.bk_tree - package io.github.fwm.lib.bk_tree
- io.github.fwm.lib.enums - package io.github.fwm.lib.enums
- io.github.fwm.lib.exceptions - package io.github.fwm.lib.exceptions
- io.github.fwm.lib.matchers - package io.github.fwm.lib.matchers
J
- JARO_WINKLER - Enum constant in enum class io.github.fwm.lib.enums.MatchType
- JaroWinklerMatcher - Class in io.github.fwm.lib.matchers
- JaroWinklerMatcher() - Constructor for class io.github.fwm.lib.matchers.JaroWinklerMatcher
- jaroWinklerSimilarity - Static variable in class io.github.fwm.lib.matchers.JaroWinklerMatcher
M
- MatchType - Enum Class in io.github.fwm.lib.enums
S
- search(String, SimilarityMatcher, double) - Method in class io.github.fwm.lib.bk_tree.BKTreeNode
- setDefaultValue(String) - Method in class io.github.fwm.WordMatcher.WordMatcherBuilder
- setThreshold(double) - Method in class io.github.fwm.WordMatcher.WordMatcherBuilder
- setTolerance(double) - Method in class io.github.fwm.WordMatcher.WordMatcherBuilder
- SimilarityMatcher - Interface in io.github.fwm.lib.matchers
T
- ThresholdValueException - Exception in io.github.fwm.lib.exceptions
- ThresholdValueException(String) - Constructor for exception io.github.fwm.lib.exceptions.ThresholdValueException
- ToleranceValueException - Exception in io.github.fwm.lib.exceptions
- ToleranceValueException(String) - Constructor for exception io.github.fwm.lib.exceptions.ToleranceValueException
V
- valueOf(String) - Static method in enum class io.github.fwm.lib.enums.MatchType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.fwm.lib.enums.MatchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WordMatcher - Class in io.github.fwm
- WordMatcher.WordMatcherBuilder - Class in io.github.fwm
- WordMatcherBuilder(List<String>, MatchType) - Constructor for class io.github.fwm.WordMatcher.WordMatcherBuilder
All Classes and Interfaces|All Packages|Serialized Form