https://github.com/annotation/text-fabric
Raw File
Tip revision: c0e529a23aa60f36366ab9625a19068fbd75e658 authored by Dirk Roorda on 29 October 2023, 11:31:05 UTC
bug fix in annotator: selecting individual occurrences works again
Tip revision: c0e529a
Dockerfile
FROM python:3.11

WORKDIR /var/text-fabric

ADD MANIFEST.in setup.cfg pyproject.toml .
ADD tf/ tf/

ENTRYPOINT bash
back to top