kwic-class: kwic (S4 class)

Description Usage Arguments Slots Methods

Description

S4 class for organizing information for concordance output

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'kwic'
show(object)

## S4 method for signature 'kwic'
as.data.frame(x)

## S4 method for signature 'kwic'
enrich(object, meta = NULL)

## S4 method for signature 'kwic'
view(.Object)

Arguments

object

an object of class kwic

x

a kwic-class object

meta

sAttributes (character vector) with metainformation

.Object

a kwic object

Slots

metadata

Object of class "character" keeping the sAttributes of the metadata that are to be displayed

left

words to the left

right

words to the right

corpus

the CWB corpus

cpos

the corpus positions

table

Object of class "data.frame" a table with the relevant information for kwic output

neighbor

Object of class "character" neighbor, if applicable

encoding

Object of class "character" encoding of the corpus

labels

Object of class "character"

categories

Object of class "character"

Methods

[

indexing for seeing only some concordances

show

get kwic output


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