Is there an algorithm that tells the semantic similarity of two phrases
问题 input: phrase 1, phrase 2 output: semantic similarity value (between 0 and 1), or the probability these two phrases are talking about the same thing 回答1: You might want to check out this paper: Sentence similarity based on semantic nets and corpus statistics (PDF) I've implemented the algorithm described. Our context was very general (effectively any two English sentences) and we found the approach taken was too slow and the results, while promising, not good enough (or likely to be so