ping_nlp_client {NLPclient}R Documentation

Ping Stanford CoreNLP Server

Description

Ping Stanford CoreNLP server.

Usage

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

ping_nlp_client()

[Package NLPclient version 1.0 Index]