Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 654 Bytes

Clevertagger-Container

Docker script for "Clevertagger" and "SMORLemma". Both tools have been developed by Rico Sennrich. Dockerfile based on work by DoctorFuchs.

Build

docker build -t clever .

Run

docker run --rm -it --init -d -p 8888:80 --name clever clever

Stop

docker stop clever

API Docs

In your browser, navigate to http://localhost:8888/docs to access the OpenAPI GUI.

Linguistic Todos

Clevertagger expects an array of tokenised sentences as input. Provide proper tokenisation.