ping_nlp_client {NLPclient} | R Documentation |
Ping Stanford CoreNLP server.
ping_nlp_client(port = 9000L, host = "localhost",
user_agent = "NLPclient")
port |
an integer giving the port (default is |
host |
a character string giving the hostname of the server. |
user_agent |
a character string giving the client name. |
Returns "pong"
if the server is online ""
otherwise.
ping_nlp_client()