R library to access the DeReKoVecs web-service API.

Clone this repo:

Branches

  1. 264cf8c Add getting started section to Readme.md by Marc Kupietz · 4 weeks ago master
  2. dc27bc2 Bump version to 0.3.0 by Marc Kupietz · 4 weeks ago
  3. 6a6bdf1 Add corpusSize function by Marc Kupietz · 5 weeks ago
  4. b239c9f Update RoxygenNote to 7.3.2 by Marc Kupietz · 5 weeks ago
  5. d417ba6 Add wordFrequency function by Marc Kupietz · 5 weeks ago

rderekovecs

A client package that makes the DeReKoVecs web service API accessible from R.

Installation

devtools::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/rderekovecs")

Getting started

help(package="rderekovecs")

Accessing other DeReKoVecs instances

KoKoKom

Sys.setenv(DEREKOVECS_SERVER="https://corpora.ids-mannheim.de/openlab/kokokomvecs")

CoRoLa (Contemporary Reference Corpus of the Romanian Language)

Sys.setenv(DEREKOVECS_SERVER="https://corpora.ids-mannheim.de/openlab/corolavecs")