+ 2
How do I make so array has words, now I have a input output should be the most similar to input from the array.
How do I make so like a array of words; const Words = [ "word one", "word two" ] Now I have a input as "word o" I want get output which is the most similar to the input. Also how do I make it weighted so if same it will chose higher one.
1 Antwort
0
Here is a code that does similar to what you asked for..
Similarity Code is from stackoverflow
I added weighted matching
https://code.sololearn.com/WY9PCDri6I1F/?ref=app