cooccurrences-class: cooccurrences

Description Usage Arguments Slots

Description

class to organize information of context analysis

Usage

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

## S4 method for signature 'cooccurrences'
summary(object)

## S4 method for signature 'cooccurrences'
as.sparseMatrix(x, col, mc = FALSE)

## S4 method for signature 'cooccurrences'
trim(object, by = NULL)

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

Arguments

object

object

x

object

col

column

mc

whether to use multicore

by

by

.Object

object

Slots

call

Object of class "character" the call that generated the object

partition

Object of class "character" the partition the analysis is based on

partitionSize

Object of class "numeric" the size of the partition

left

Object of class "numeric" number of tokens to the right

right

Object of class "numeric" number of tokens to the left

pAttribute

Object of class "character" p-attribute of the query

corpus

Object of class "character" the CWB corpus used

stat

Object of class "data.frame" statistics of the analysis

encoding

Object of class "character" encoding of the corpus

pos

Object of class "character" part-of-speech tags filtered

method

Object of class "character" statistical test(s) used

cutoff

Object of class "list" cutoff levels that have been applied

svg

Object of class "character" - valid XML with svg representation


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