Our final project report can be found here. Results are automatically generated via a GitHub Action and published in Releases.
Make sure you have a working GNU Parallel, Python and Pipenv installation. Execute ./entrypoint.sh.
More info: pipenv run python ./german_tagger.py --help
More info: pipenv run python ./evaluator.py --help
- Build the image:
docker build -t pos-tagger:latest . - Run a container in this repository:
docker run -it -v $(pwd):/tmp pos-tagger:latest - Opening a shell for manual experiments:
docker run -it -v $(pwd):/tmp --entrypoint /bin/bash pos-tagger:latest