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.
我需要一种算法来计算和测量两个单词或短语的相关性,例如“Apple”和“iPad”。
任何人都可以给我一些关于这些主题的提示或相关书籍吗?
谢谢。
看看互信息和tf-idf。这些是信息检索中经常使用的方法。前者量化了两个变量的相互依赖关系(每个变量都可以是一个短语)。搜索引擎传统上使用后者来确定与特定查询相关的结果的优先级。