Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 379 Bytes

PCRF

PCRF is an efficient C++ library for supervised sequence labeling using Conditional Random Fields.

Installation

docker build -t pcrf https://github.com/nlpdocker/pcrf-docker.git

Usage

# 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