| Package | Description |
|---|---|
| info.debatty.java.stringsimilarity |
| Modifier and Type | Method and Description |
|---|---|
StringProfile |
KShingling.getProfile(String s)
Compute and returns the profile of string s
The profiles of different strings can be used to compute cosine similarity
or qgram distance.
|
| Modifier and Type | Method and Description |
|---|---|
double |
StringProfile.cosineSimilarity(StringProfile other) |
double |
StringProfile.qgramDistance(StringProfile other) |
Copyright © 2016. All rights reserved.