Please tell me some methods to find semantic similarity between sentences.
For example:
Sen1 :- Ram killed Ravan
Sen2 :- Sam was killed by Ravan
What is the similarity between both sentences?
Please tell me some methods to find semantic similarity between sentences.
For example:
Sen1 :- Ram killed Ravan
Sen2 :- Sam was killed by Ravan
What is the similarity between both sentences?
Methods to find semantic similarity of sentences: check vector representation models - Form word by Doc matrix and find cosine similarity between each dimensions.
check LSA (Latent Semantic Analysis)
https://en.wikipedia.org/wiki/Latent_semantic_analysis
This method helps to give semantic similarity between words like vehicle and car. But, this is a bag of words model(BOW).