All functions

RcppCWB-package RcppCWB

Rcpp Bindings for the Corpus Workbench (CWB).

check_pkg_registry_files()

Check Paths in Registry Files

check_registry() check_corpus() check_s_attribute() check_p_attribute() check_strucs() check_region_matrix() check_query() check_cpos() check_id()

Check Input to Rcpp Functions.

cl_attribute_size()

Get Attribute Size (of Positional/Structural Attribute).

cl_charset_name()

Get charset of a corpus.

cl_delete_corpus()

Drop loaded corpus.

cl_find_corpus()

Load corpus.

attribute_size() cpos2str() cpos2id() struc2cpos() id2str()

Rcpp wrappers for CWB Corpus Library functions

cl_lexicon_size()

Get Lexicon Size.

cl_list_corpora()

Show CL corpora

cl_load_corpus()

Load corpus

s_attr() p_attr() p_attr_size() s_attr_size() p_attr_lexicon_size() cpos_to_struc() cpos_to_str() cpos_to_id() struc_to_cpos() struc_to_str() regex_to_id() str_to_id() id_to_freq() id_to_cpos() cpos_to_lbound() cpos_to_rbound()

Low-level CL access.

cl_struc_values()

Check whether structural attribute has values

corpus_is_loaded()

Check whether corpus is loaded

cqp_initialize() cqp_is_initialized() cqp_verbosity() cqp_get_registry() cqp_reset_registry() cqp_load_corpus()

Initialize Corpus Query Processor (CQP).

cqp_list_corpora()

List Available CWB Corpora.

cqp_query() cqp_dump_subcorpus() cqp_subcorpus_size() cqp_list_subcorpora() cqp_drop_subcorpus()

Execute CQP Query and Retrieve Results.

cwb_charsets()

Character sets supported by CWB

cwb_makeall() cwb_huffcode() cwb_compress_rdx() cwb_encode()

CWB Tools for Creating Corpora

cwb_version()

Get CWB version

get_cbow_matrix()

Get CBOW Matrix.

get_count_vector()

Get Vector with Counts for Positional Attribute.

get_pkg_registry()

Get Registry Directory Within Package

get_region_matrix()

Get Matrix with Regions for Strucs.

ids_to_count_matrix()

Perform Count for Vector of IDs.

matrix_to_subcorpus()

Create CWB subcorpus from matrix with regions.

p_attr_default()

Get default p-attribute

cl_cpos2str() cl_cpos2id() cl_id2str() cl_regex2id() cl_str2id() cl_id2freq() cl_id2cpos()

Using Positional Attributes.

region_matrix_to_ids() region_matrix_to_count_matrix() region_matrix_context() ranges_to_cpos()

Get IDs and Counts for Region Matrices.

corpus_data_dir() corpus_info_file() corpus_full_name() corpus_p_attributes() corpus_s_attributes() corpus_properties() corpus_property() corpus_registry_dir()

Get information from registry file

s_attr_regions()

Get regions defined by a structural attribute

s_attribute_decode()

Decode Structural Attribute.

cl_cpos2struc() cl_struc2cpos() cl_struc2str() cl_cpos2lbound() cl_cpos2rbound()

Using Structural Attributes.

subcorpus_get_ranges()

Get ranges of subcorpus

use_tmp_registry() get_tmp_registry()

Use Temporary Registry

s_attr_is_descendent() s_attr_is_sibling() s_attr_relationship()

Explore XML structure of CWB corpus