Lingo4G REST API

You can use Lingo4G REST API to initiate and retrieve Lingo4G analysis results from your applications. Lingo4G REST API ships with a number of code examples and applications.

Lingo4G Explorer

Application for running Lingo4G analyses, visualizing results and experimenting with analysis parameters.

Lingo4G Explorer is implemented in JavaScript and calls Lingo4G REST API directly from the browser.

Vocabulary Explorer

Application for making label similarity searches based on word2vec-like embeddings.

Vocabulary Explorer is implemented in JavaScript and calls Lingo4G REST API directly from the browser.

Java code examples
See the src/lingo4g-examples folder for examples of Java code that initiates and fetches Lingo4G analysis results.
Start hacking now!
  1. Run Lingo4G REST API with the -d option.
  2. Make a new folder in web/apps and put your HTML/JavaScript code there.
  3. Access your application at http://localhost:8080//apps/myapp.