package
0.2.0
Repository: https://github.com/nongdenchet/go-corenlp.git
Documentation: pkg.go.dev

# 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.