Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想测量标签之间的语义相似度。是否有替代 Wordnet 相似性度量的方法?有效性至关重要。
我读到对于从 Flickr 抓取的图像,最好使用 Flickr 距离,但我没有找到足够的文档或实现。
为什么你不能用 WordNet 来做这个?如果您的输入是文字,WordNet 对这些文字的覆盖范围相当好,并且可能会帮助您入门。WordNet::Similarity ( http://wn-similarity.sourceforge.net ) 可以为您做很多这样的事情。
祝你好运,特德