forked from retresco/pcrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (29 loc) · 1.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
================================================================================
PCRF -- A small and efficient C++ library for supervised sequence labeling
================================================================================
Copyright Thomas Hanneforth, Universität Potsdam & Retresco GmbH, Berlin
License: MIT License
--------------------------------------------------------------------------------
Requirements:
--------------------------------------------------------------------------------
You need the Boost libraries (boost.org). Under Linux, you can install them with
sudo apt-get install libboost-all-dev
--------------------------------------------------------------------------------
Build/installation
--------------------------------------------------------------------------------
sudo make -f Makefile.linux install
(assuming that you have a directory /usr/local/bin)
--------------------------------------------------------------------------------
Executables
--------------------------------------------------------------------------------
make will create and install the following three binaries:
* ner-annotate: a config-file controlled annotation program for corpus files
and running text
* crf-train: a training program which creates binary CRF models
* crf-apply: a program which applies and evaluates CRF models on corpus
and running text files
--------------------------------------------------------------------------------
Demo
--------------------------------------------------------------------------------
After installing, go to the demo folder and type
$ bash chunk-demo.sh