findAssocs-methods {tm}R Documentation

Methods for Function findAssocs in Package ‘tm’

Description

Methods for function findAssocs in package tm.

Methods

object = "TermDocMatrix", term = "character", corlimit
Finds those terms from object which correlate with term more than corlimit.
object = "matrix", term = "character", corlimit
Finds those terms from the correlation matrix object which correlate with term more than corlimit.

Examples

data("crude")
tdm <- TermDocMatrix(crude)
findAssocs(tdm, "oil", 0.7)

[Package tm version 0.3-3 Index]