| findFreqTerms-methods {tm} | R Documentation |
Methods for function findFreqTerms in package tm.
object which occur more or
equal often than lowfreq times and less or equal often than
highfreq times.
data("crude")
tdm <- TermDocMatrix(crude)
findFreqTerms(tdm, 2, 3)