ranges-class {polmineR} | R Documentation |
Ranges of query matches.
Description
S4 class to manage ranges of corpus positions for query matches. The class
inherits from the classes regions
and corpus
.
Usage
## S3 method for class 'ranges'
as.data.table(x, ...)
Arguments
x |
A |
... |
Additional arguments (unused). |
Slots
query
A length-one
character
string, query used for query matches.
See Also
Other classes to manage corpora:
corpus-class
,
phrases-class
,
regions
,
subcorpus
[Package polmineR version 0.8.9 Index]