• Methods for analyzing the similarity between sentences using Natural Language Processing. https://medium.com/@adriensieg/text-similarities-da019229c894

  • Use cases:

    • Search engines
    • When lawyers search for relevant precedents
    • Suggestions for related videos, etc.
  • It is necessary to consider not only the similarity of words, but also the semantic similarity.

  • Simply taking the average of word vectors in each sentence would give too much weight to meaningless words.

  • Selectivity is required.