Skip to content

NLPbox/pcrf-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published