Skip to content

Flask application serving as a backend to Min Språkbank

License

Notifications You must be signed in to change notification settings

spraakbanken/mink-backend

Repository files navigation

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