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
Would like to understand which matching algo/model is agnostic to word orders? I realised for instance Levenshtein Distance might be affected by word orders.
Thanks
The text was updated successfully, but these errors were encountered:
You can use TF-IDF for that since it typically only considers n-grams on a token level. Due to its bag-of-words like approach, it does not take the order of n-grams into account and therefore also not the order of words.
Hi,
Would like to understand which matching algo/model is agnostic to word orders? I realised for instance Levenshtein Distance might be affected by word orders.
Thanks
The text was updated successfully, but these errors were encountered: