Description Usage Arguments Slots
class to organize information of context analysis
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)
|
object |
object |
x |
object |
col |
column |
mc |
whether to use multicore |
by |
by |
.Object |
object |
callObject of class "character" the call that generated the object
partitionObject of class "character" the partition the analysis is based on
partitionSizeObject of class "numeric" the size of the partition
leftObject of class "numeric" number of tokens to the right
rightObject of class "numeric" number of tokens to the left
pAttributeObject of class "character" p-attribute of the query
corpusObject of class "character" the CWB corpus used
statObject of class "data.frame" statistics of the analysis
encodingObject of class "character" encoding of the corpus
posObject of class "character" part-of-speech tags filtered
methodObject of class "character" statistical test(s) used
cutoffObject of class "list" cutoff levels that have been applied
svgObject of class "character" - valid XML with svg representation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.