Expand description
Structure to communicate with some LanguageTool
server through the API.
Structs§
- Config
File - A Java property file (one
key = value
entry per line) with values listed below. - Server
Cli - Hostname and (optional) port to connect to a
LanguageTool
server. - Server
Client - Client to communicate with the
LanguageTool
server using async requests. - Server
Parameters - Server parameters that are to be used when instantiating a
LanguageTool
server.
Functions§
- parse_
port - Parse
v
if valid port.