# Functions
NewHTTPClient initializes HttpClient and returns it.
NewLocalExec returns a pointer of LocalExec.
# Structs
HTTPClient is a client of Stanford CoreNLP server.
LocalExec connector is responsible to run Stanford CoreNLP process.
# Interfaces
Connector means the something to communicate with Stanford CoreNLP.
# Type aliases
Response is returned by some structs which implements Connector interface.