Sketch Engine API Documentation
In this section, you can find instructions on how to manipulate with the Sketch Engine API and a description of all available Sketch Engine methods and attributes (i.e. it is addressed mainly to programmers).
Note: In the documentation, the reference version of the Sketch Engine is beta, however, the available methods and attributes differs minimally from the stable version.
The communication with the Sketch Engine through the use of CGI queries consists of the following steps:
- create an authenticated connection to the Sketch Engine
- create a query that you want to work with
- process the output that is sent as a response
Each of the steps is described in a separate section and accompanied with a simple examples in Java and Python.
