powered by
Function to see the total frecuencies of terms inside a text corpus or a document-term matrix object.
TermFrequency(x)
a VCorpus, Corpus or DocumentTermMatrix.
VCorpus
Corpus
DocumentTermMatrix
a dataframe containing a list of words and its frecuencies inside a text corpus or a document-term matrix.
# NOT RUN { data("KDCorpus") termFreqTable <- TermFrequency(KDCorpus) head(termFreqTable, 100) # }
Run the code above in your browser using DataLab