Docker script for "Clevertagger" and "SMORLemma". Both tools have been developed by Rico Sennrich. Dockerfile based on work by DoctorFuchs.
docker build -t clever .
docker run --rm -it --init -d -p 8888:80 --name clever clever
docker stop clever
In your browser, navigate to http://localhost:8888/docs to access the OpenAPI GUI.
Clevertagger expects an array of tokenised sentences as input. Provide proper tokenisation.