Skip to content

clu-ling/clu-spacy

Repository files navigation

clu-spacy

clu-spacy is a python library with extension modules for the py-processors library.

Currently, only the spacy extension is available. This extension provides support for SpaCy, allowing users to create processors Documents with annotations from SpaCy. This allows for the use of annotations from custom trained SpaCy pipelines.

Build

docker build -f Dockerfile -t parsertongue/processorsextensions:latest .

API

docker run -it -p 8888:8000 parsertongue/processorsextensions:latest api --config /app/bin/test-config.yml

Open your browser to localhost:8888/docs.

TEST

docker run -it -v $PWD:/app parsertongue/processorextensions:latest test-all