html-method: restore fulltext as html

Description Usage Arguments

Description

restore fulltext as html

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
html(object, ...)

## S4 method for signature 'character'
html(object)

## S4 method for signature 'partition'
html(object, meta = getOption("polmineR.meta"),
  highlight = list(), cqp = FALSE, tooltips = NULL, cpos = FALSE,
  verbose = FALSE, cutoff = NULL, ...)

## S4 method for signature 'partitionBundle'
html(object, filename = c(), type = "debate")

## S4 method for signature 'kwic'
html(object, i, type = NULL, verbose = FALSE)

Arguments

object

the object

...

further parameters

meta

metadata for output

highlight

list with regex to be highlighted

cqp

logical

tooltips

tooltips for highlighted text

cpos

logical

verbose

logical

cutoff

maximum number of tokens to decode from token stream

filename

the filename

type

the partition type

i

to be checked


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