decode: Decode corpus.

Description Usage Arguments Examples

Description

An encoded CWB corpus is turned into a tibble.

Usage

1
2
3
4
5
6
7
decode(.Object, ...)

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

## S4 method for signature '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

1
2
3
4
## Not run: 
PLPRBTTXT <- Corpus$new("PLPRBTTXT")

## End(Not run)

nrauscher/corpus documentation built on May 23, 2019, 9:34 p.m.