S4 class to represent hits for queries.
# S4 method for hits
sample(x, size)
A hits
object.
A non-negative integer giving the number of items to choose.
stat
A data.table
with the following columns:
The query (optionally using CQP syntax) that evoked a hit.
Number of matches in corpus/subcorpus.
Relative frequency of matches in corpus/subcorpus (optional,
presence depends on usage of argument freq
of the hits
method).
Total number of tokens in corpus/subcorpus (optional, presence
depends on usage of argument size
of the hits
method).
If argument s_attribute
has been used in the call of the hits
method, the data.table
will include additional columns with the
s-attributes. The values in the columns will be the values these s-attributes
assume. Columns count
, freq
and size
will be based on
subcorpora defined by (combinations of) s-attributes.
corpus
A length-one "character"
vector, ID of the corpus with
hits for query or queries.
query
Object of class "character"
, query or queries for
p_attribute
The p-attribute that has been queried, a length-one
character
vector.
encoding
Length-one character
vector, the encoding of the
corpus.
name
Length-one characte
vector, name of the object.