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. This method works for all numeric
weightings but is probably most meaningful for the standard term
frequency (tf
) weighting of object
.
data("crude") tdm <- TermDocMatrix(crude) findFreqTerms(tdm, 2, 3)