Class | Description |
---|---|
CosineSimilarity | |
CosineSimilarity.WordVector | |
DiceSimilarity |
Implements the dice similarity measure (quick-n-dirty version) for bigrams.
|
JaccardSimilarity |
Wraps the Jaccard string similarity from the Second String library.
|
JaroSimilarity |
Wraps the Jaro string similarity from the Second String library.
|
JaroWinklerSimilarity |
Wraps the Jaro-Winkler string similarity from the Second String library.
|
Level2JaroWinklerSimilarity |
Wraps the Level 2 Jaro-Winkler string similarity from the Second String library.
|
Level2LevenshteinSimilarity |
Wraps the Level 2 Levenshtein string similarity from the Second String library.
|
Level2MongeElkanSimilarity |
Wraps the Level 2 Monge-Elkan string similarity from the Second String library.
|
LevenshteinSimilarity | |
SameInitials |
Returns 1 if the input names have the same initials
(ignoring case and order), and 0 otherwise.
|
SameNumTokens |
Returns 1 if the
input strings contain the same number of tokens,
and 0 otherwise.
|
SubStringSimilarity |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.