String Similarity Comparison
This API receives 2 string as input and return different types of algorithms used in string matching and determine how similar they are based on algorithm like Cosine, Jaro-Winkler, Dice, Levenshtein. Learn more about each algorithm: https://medium.com/@appaloosastore/string-similarity-algorithms-compared-3f7b4d12f0ff Another useful API is Discover Gender by Name:…
String Similarity Comparison endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
String Comparison Algorithm (GET) /comparison |
String Comparison Algorithm Send params as string1 and string2 |
| POST |
String Comparison Algorithm (POST) /comparison |
String Comparison Algorithm Send params as a JSON payload with string1 and string2 |
String Similarity Comparison pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / second |
|
| PRO Recommended | $20 / month | 5 / second |
|
| ULTRA | $50 / month | 5 / second |
|