PCRF is an efficient C++ library for supervised sequence labeling using Conditional Random Fields.
docker build -t pcrf https://github.com/nlpdocker/pcrf-docker.git
# start the container & make your /tmp directory to it
docker run -v /tmp:/tmp -ti pcrf
# run PCRF's chunker demo
cd demo && sh chunk-demo.sh