I need to comparing two slightly different strings and return Percent likeness between the two strings This could have been easier for two strings of same length. But what if the length is different? For Example :
I like to help everybody
Hi I would like to help every coder
A simple logic would be to compare each word in first sentence with same position word of different sentence. But in this case the length is different. So how do I proceed?
Any help would be appreciated.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/FTH1t2w
Comments
Post a Comment