Learn R Programming

textmining (version 0.0.1)

parse: Function to parse tmCorpus. As an outpus we have tmParsed object.

Description

Function to parse tmCorpus. As an outpus we have tmParsed object.

Usage

parse(x)

Arguments

x
tmCorpus object

Value

returns tmParsed object

Examples

Run this code
corp <- tmCorpus(c("This is first document", "This is second"))
parsed <- parse(corp)
content(parsed)

Run the code above in your browser using DataLab