ping_nlp_client: Ping Stanford CoreNLP Server

Description Usage Arguments Value Examples

View source: R/client.R

Description

Ping Stanford CoreNLP server.

Usage

1
2
ping_nlp_client(port = 9000L, host = "localhost",
  user_agent = "NLPclient")

Arguments

port

an integer giving the port (default is 9000L).

host

a character string giving the hostname of the server.

user_agent

a character string giving the client name.

Value

Returns "pong" if the server is online "" otherwise.

Examples

1

Example output

[1] ""

NLPclient documentation built on Dec. 16, 2019, 1:18 a.m.