Learn R Programming

polmineR (version 0.7.4)

decode: Decode corpus.

Description

An encoded CWB corpus is turned into a tibble.

Usage

decode(.Object, ...)

# S4 method for Corpus decode(.Object, verbose = TRUE)

# S4 method for character decode(.Object, sAttribute, verbose = TRUE)

Arguments

.Object

the corpus to decode (character vector)

...

further parameters

verbose

logical

sAttribute

the s-attribute to decode

Examples

Run this code
# NOT RUN {
PLPRBTTXT <- Corpus$new("PLPRBTTXT")
# }

Run the code above in your browser using DataLab