Sometimes, it is practically or legally not possible to move corpus data to a local machine. This vignette explains the usage of CWB corpora that are hosted on an OpenCPU server.
The GermaParl corpus is hosted on an OpenCPU server with the IP 52.24.44.232 (subject to change). To use the corpus, use the corpus()
-method. The only difference is that you will need to supply the IP address using the argument server
.
The gparl
object is an object of class remote_corpus
.
The polmineR at this stage exposes a limited set of its functionality for remote corpora. Simple investigations in the remote corpus are possible.
The returned object has the class remote_subcorpus
.
The count()
-method works for remote_subcorpus
objects, too.
Upcoming versions of polmineR will expose further functionality. This is a simple proof-of-concept!