The features-method returns a features-object. Several
features-objects can be combined into a features_bundle-object.
# S4 method for features
summary(object)# S4 method for features
show(object)
# S4 method for features_bundle
summary(object)
# S4 method for features
format(x, digits = 2L)
# S4 method for features
view(.Object)
A features or features_bundle object.
A features object.
Integer indicating the number of decimal places (round) or significant digits (signif) to be used.
a features object.
corpusThe CWB corpus the features are derived from, a character vector of length 1.
p_attributeObject of class character.
encodingObject of class character.
corpusObject of class character.
statObject of class data.frame.
size_coiObject of class integer.
size_refObject of class integer.
includedObject of class logical whether corpus of interest is included in reference corpus
methodObject of class character statisticalTest used
callObject of class character the call that generated the object
A set of features objects can be combined into a features_bundle.
Typically, a features_bundle will result from applying the features-method
on a partition_bundle. See the documentation for bundle to learn about
the methods for bundle objects that are available for a features_bundle.