Learn R Programming

rcqp (version 0.5)

cqi_full_name: Full name of a corpus

Description

Get the descriptive string of a given corpus.

Usage

cqi_full_name(corpus)

Arguments

corpus

(string) the name of a corpus (in uppercase letters).

Value

A string.

Details

The descriptive string of a corpus is specified in the NAME parameter of the corpus declaration in the registry.

References

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

See Also

cqi_list_corpora.

Examples

Run this code
# NOT RUN {
cqi_full_name("DICKENS")
# }

Run the code above in your browser using DataLab