What is the easiest way to implement terms association mining in Solr?

后端 未结 3 844
臣服心动
臣服心动 2021-02-05 20:57

Association mining seems to give good results for retrieving related terms in text corpora. There are several works on this topic including wel

3条回答
  •  遥遥无期
    2021-02-05 21:40

    You can export a Lucene (or Solr) index to Mahout, and then use Latent Dirichlet Allocation. If LDA is not close enough to LSA for your needs, you can just take the correlation matrix from Mahout, and then use Mahout to take the singular value decomposition.

    I don't know of any LSA components for Solr.

提交回复
热议问题