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
refactor(code-search): replace Similarity with TokenizedSimilarity in JaccardSimilarity
The Similarity class has been renamed to TokenizedSimilarity and the JaccardSimilarity class now extends from this new class. Additionally, a new Similarity interface has been introduced.
0 commit comments