nlp - Is there an algorithm that tells the semantic similarity of two phrases -


input: phrase 1, phrase 2

output: semantic similarity value (between 0 , 1), or probability these 2 phrases talking same thing


you might want check out paper:

sentence similarity based on semantic nets , corpus statistics (pdf)

i've implemented algorithm described. our context general (effectively 2 english sentences) , found approach taken slow , results, while promising, not enough (or without considerable, extra, effort).

you don't give lot of context can't recommend reading paper useful in understanding how tackle problem.

regards,

matt.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -