You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! PolyFuzz is meant to find the distance between two sets of strings. Distance might mean string-distance, as in how many changes do you need to take to go from one string to another, or it might mean the distance in semantic similarity.
Semantic similarity is typically extracted using embedding techniques, such as Word2Vec, FastText, or the transformer models that have shown tremendous performance boosts. To use one of these techniques, you can follow along with the guide here.
Hello, can this tool be used to calculate the semantic simliarity between two words such as "happy" and "sad"?
@MaartenGr
The text was updated successfully, but these errors were encountered: