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.
- Python 3.8 or newer
- memcached
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