Learn R Programming

polmineR (version 0.7.9)

cqpserver: start CQP server

Description

The function will start the CQP server by way of a system call to cqpserver.

Usage

startServer(registryDir = Sys.getenv("CORPUS_REGISTRY"),
  initFile = system.file("init", "cqpserver.init", package = "cqi"),
  debugMode = TRUE, exec = TRUE)

Arguments

registryDir

path to the registry directory

initFile

path to the init file required by cqpserver

debugMode

logical, whether to run debug mode

exec

logical, whether to start the server right away, or return a command that can be run in the shall