When I try to find the similarity between statement it shows less similarity for the same words with and without space
Code: web_model.predict([('crm plus','crmplus')])
Output : 0.8329288
But for some other words like web_model.predict([('iphone plus','iphoneplus')]) --> output: 3.4955034(high similarity)
When I try to find the similarity between statement it shows less similarity for the same words with and without space
Code:
web_model.predict([('crm plus','crmplus')])Output : 0.8329288
But for some other words like
web_model.predict([('iphone plus','iphoneplus')])--> output: 3.4955034(high similarity)