as.markdown: Generate markdown from a partition.

Description Usage Arguments

Description

The method is the worker behind the html-method.

Usage

1
2
3
4
5
6
7
8
9
as.markdown(.Object, ...)

## S4 method for signature 'numeric'
as.markdown(.Object, corpus, meta = NULL, cpos = FALSE,
  cutoff = NULL, ...)

## S4 method for signature 'plprPartition'
as.markdown(.Object, meta = NULL, cpos = FALSE,
  interjections = TRUE, cutoff = NULL, ...)

Arguments

.Object

object to be converted

...

further arguments

corpus

name of CWB corpus

meta

metainformation i.e. s-attributes) to be displayed

cpos

logical, whether to add cpos as ids in span elements

cutoff

maximum number of tokens to reconstruct

interjections

logical, whether to format interjections


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