context-class: S4 context class

Description Usage Arguments Slots

Description

class to organize information of context analysis

Usage

1
2
3
4
5
## S4 method for signature 'context'
count(.Object)

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

Arguments

.Object

object

Slots

query

Object of class "character" node examined

count

Object of class "numeric" number of hits

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 left

right

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

size

Object of class "numeric" number of tokens in the right and left context

sAttribute

Object of class "character" s-attribute

pAttribute

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

corpus

Object of class "character" the CWB corpus used

stat

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

encoding

Object of class "character" encoding of the corpus

cpos

Object of class "list" corpus positions of the hits

method

Object of class "character" statistical test used

call

Object of class "character" call that generated the object


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