Hi, I'm trying to compare the similarity between two texts(For a dashboard), I found a plugin (similarity) but apparently it has a high cpu usage.
Does anyone know if there is any out of the box solution or another plugin for this?
Thanks!
Discussion posts and replies are publicly visible
Hi,
Can you post an example of what you are trying to compare?
Are you referring to meaning of the text? or the words in the text?
I want to know how similar for example is "Hello World" to "Hello World to you"
ok, i don't think you can compare by meaning of the text, but the words comparison can be achieved either using Appian OOTB functions or in DB as well.
But this may return false positives as well, "hello world" and "world hello" would be same.
To enhance this further more, split the words in sentence and add indexes to each word, compare both the words along with indexes, to get the probability of the outcome based on the number of words and its index in a sentence.