You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Antonio Brito <ac...@yahoo.com.br> on 2013/08/08 23:15:47 UTC

find associations in a term-document matrix(index)

Hello,
  is there a way at Lucene when i can find associations in a term-document matrix (index)? 

  On R there is a tm package called findAssocs. 

  Basically, the TERM and CORRELATION BOUND LIMIT is passed as parameter and is returned a array with all terms(words) which correlate with term more than corlimit.