findFreqTerms: findFreqTerms

Description Usage Arguments Value Examples

Description

find frequently used words(lowfreq) or below maximum frequency words(highfreq)

Usage

1
findFreqTerms(dtm, lowfreq = 0, highfreq = 0)

Arguments

dtm

matrix. Document Term Matrix

lowfreq

numeric. low frequency limit

highfreq

numeric. high frequency limit

Value

character. words which met frequency condition

Examples

1
findFreqTerms(dtm = dtm, lowfreq=3, highfreq=4)

caitechKHU/makeDTM documentation built on May 13, 2019, 2:59 a.m.