Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 871 Bytes

Mink Backend

Mink is Språkbanken Text's platform where users can upload corpus data, get it annotated with Sparv and view and search it in Korp and Strix.

This is a flask application serving as a backend to the Mink frontend.

Prerequisites

How to run a test server

Install the requirements listed in requirements.in e.g. by using a Python virtual environment.

Start the test server:

python run.py

Start the queue manager:

python queue_manager.py

Check out the API documentation and the Developer's Guide