UNPKG
node-crfpp
Version:
latest (1.0.1)
1.0.1
1.0.0
Wrapper of the CRF++ library
github.com/brandon-fry/node-crfpp
node-crfpp
/
deps
/
crfpp
/
ruby
/
README
15 lines
(9 loc)
•
206 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CRF
++ ruby
module
$Id
:
README
,v
1.1
.
1.1
2005
/
12
/
03
14
:
18
:
52
taku-ku
Exp
$;
1
.
Installation
% ruby extconf.rb % make % su
# make install
2
.
How
to use?
See
'test.rb'
as a sample program.