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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.