TermFrequency: Table of word frequencies inside a text corpus or a...

Description Usage Arguments Value Author(s) Examples

View source: R/TermFrequency.R

Description

Function to see the total frecuencies of terms inside a text corpus or a document-term matrix object.

Usage

1

Arguments

x

a VCorpus, Corpus or DocumentTermMatrix.

Value

a dataframe containing a list of words and its frecuencies inside a text corpus or a document-term matrix.

Author(s)

Andres Palacios anfpalacioscl@unal.edu.co

Examples

1
2
3
4
data("KDCorpus")

termFreqTable <- TermFrequency(KDCorpus)
head(termFreqTable, 100)

KDViz documentation built on May 1, 2019, 6:34 p.m.

Related to TermFrequency in KDViz...