Skip to content

Docker script for "Clevertagger" and "SMORLemma". With Clevertagger API.

Notifications You must be signed in to change notification settings

DoctorFuchs/Clevertagger-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker script for "Clevertagger" and "SMORLemma". With Clevertagger API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published