'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
Check Paths in Registry Files
Check Input to Rcpp Functions.
Get Attribute Size (of Positional/Structural Attribute).
Get charset of a corpus.
Drop loaded corpus.
Load corpus.
Rcpp wrappers for CWB Corpus Library functions
Get Lexicon Size.
Show CL corpora
Load corpus
Low-level CL access.
Check whether structural attribute has values
Check whether corpus is loaded
Initialize Corpus Query Processor (CQP).
List Available CWB Corpora.
Execute CQP Query and Retrieve Results.
Character sets supported by CWB
CWB Tools for Creating Corpora
Get CWB version
Get CBOW Matrix.
Get Vector with Counts for Positional Attribute.
Get Registry Directory Within Package
Get Matrix with Regions for Strucs.
Perform Count for Vector of IDs.
Create CWB subcorpus from matrix with regions.
Get default p-attribute
Using Positional Attributes.
Rcpp Bindings for the Corpus Workbench (CWB).
Get IDs and Counts for Region Matrices.
Get min and max strucs of s-attribute present in region
Get information from registry file
Get regions defined by a structural attribute
Decode Structural Attribute.
Using Structural Attributes.
Get ranges of subcorpus
Use Temporary Registry
Explore XML structure of CWB corpus
'Rcpp' Bindings for the C code of the 'Corpus Workbench' ('CWB'), an indexing and query engine to efficiently analyze large corpora (<https://cwb.sourceforge.io>). 'RcppCWB' is licensed under the GNU GPL-3, in line with the GPL-3 license of the 'CWB' (<https://www.r-project.org/Licenses/GPL-3>). The 'CWB' relies on 'pcre2' (BSD license, see <https://github.com/PCRE2Project/pcre2/blob/master/LICENCE.md>) and 'GLib' (LGPL license, see <https://www.gnu.org/licenses/lgpl-3.0.en.html>). See the file LICENSE.note for further information. The package includes modified code of the 'rcqp' package (GPL-2, see <https://cran.r-project.org/package=rcqp>). The original work of the authors of the 'rcqp' package is acknowledged with great respect, and they are listed as authors of this package. To achieve cross-platform portability (including Windows), using 'Rcpp' for wrapper code is the approach used by 'RcppCWB'.