NLP: any easy and good methods to find semantic similarity between words?

后端 未结 7 1043
天命终不由人
天命终不由人 2021-01-30 23:22

I don\'t know whether StackOverflow covers NLP, so I am gonna give this a shot. I am interested to find the semantic relatedness of two words from a specific domain, i.e. \"imag

相关标签:
7条回答
  • 2021-01-31 00:18

    Check out google similarity distance - http://arxiv.org/abs/cs.CL/0412098 eg. if lots of webpages include them both, theyre probably related.

    demo program at http://mechanicalcinderella.com

    Other than that, you could try to translate a project like wordnet ((google translate could help), or start a collaborative ontology.

    0 讨论(0)
提交回复
热议问题