You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set start_server=False initially, because what if the server is started outside and doesn't need to give CORENLP home, it can just send a request to the endpoint. The variable name is confusing whether I should start the server or it will start automatically.
The text was updated successfully, but these errors were encountered:
def init(self, start_server=True,
endpoint="http://localhost:9000",
timeout=15000
set start_server=False initially, because what if the server is started outside and doesn't need to give CORENLP home, it can just send a request to the endpoint. The variable name is confusing whether I should start the server or it will start automatically.
The text was updated successfully, but these errors were encountered: