| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2016-06-15 | 860 Bytes | |
| rcqp_0.4.tar.gz | 2016-06-15 | 2.7 MB | |
| Totals: 2 Items | 2.7 MB | 0 | |
This is version 0.4 of rcqp, an extension for the R statistical software.
It is an implementation in R of the Corpus Query Protocol which lets you
execute queries and perform statistical tasks over large text corpora with
linguistic annotations (see http://cwb.sourceforge.net/).
To install it, download the archive rcqp_0.4.tar.gz and execute the
following command from a terminal window:
R CMD INSTALL rcqp_0.4.tar.gz
You need to have the pcre and glib2 libraries installed on your machine,
as well as the pkg-config tool.
When the extension is compiled, from the R console, type the following
instruction to load it:
> library(rcqp)
There is a tutorial about how to use this extension. To open it, type the
following from the R console:
> vignette("rcqp")
Help is also available through the usual mechanism. For instance, start with:
> ?rcqp