Learn R Programming

rcqp (version 0.5)

cqi_list_corpora: List of available corpora

Description

Obtain the names of the installed corpora.

Usage

cqi_list_corpora()

Arguments

Value

cqi_list_corpora returns a list of the available corpora as specified in the registry.

Details

The available corpora are referenced in the registry (which is a directory located by default in /usr/local/share/cwb on Unix-like systems). See cqp_registry to learn how to set the registry directory.

The name of a corpus is always written in uppercase letters (with possibly underscores, dashes and digits).

References

http://cwb.sourceforge.net/documentation.php

See Also

cqp_registry, cqi_full_name, cqi_list_subcorpora, cqi_query, cqi_attributes. subcorpus, corpus.

Examples

Run this code
# NOT RUN {
cqi_list_corpora()
# }

Run the code above in your browser using DataLab