| cwb_decode | R Documentation |
A convenience wrapper generating system() calls to cwb-decode
Requires a working installation of cwb
cwb_decode(corpus, p_attrs = "word", s_attrs = "text_id")
corpus |
character name of the corpus in the cwb registry |
p_attrs |
character vector with p-attributes, defaults to "word" |
s_attrs |
character vector with s-attributes, defaults to "text_id" |
## Not run:
cmd <- cwb_decode("BROWN", c("word", "lemma"), c("text_id", "text_genre"))
stopifnot(is.character(cmd), length(cmd) == 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.