Similarity between two sentences

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

Parents Reply
  • 0
    Certified Associate Developer
    in reply to romiev8844

    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.

Children
No Data