Algorithm-CRF
view release on metacpan or search on metacpan
Revision history for Perl extension Algorithm::CRF.
0.01 Thu Aug 3 00:32:05 2006
- original version; created by h2xs 1.23 with options
-A -n Algorithm::CRF crfpp.h
- only crf_learn binding is provided.
0.02 Thu Aug 4 17:03:05 2006
- write description in CRF.pm
0.03 Fri Feb 16 22:03:05 2007
- chasing CRF++-0.46
0.04 Fri Feb 17 00:05:45 2007
- add t/pod.t t/pod-coverage.t
Algorithm-CRF version 0.03
==========================
This module is a perl binding of CRF++.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
lib/Algorithm/CRF.pm view on Meta::CPAN
);
1;
__END__
# Below is stub documentation for your module. You'd better edit it!
=head1 NAME
Algorithm::CRF - Perl binding for CRF++
=head1 SYNOPSIS
use Algorithm::CRF;
Algorithm::CRF::crfpp_learn( ... );
=head1 DESCRIPTION
Stub documentation for Algorithm::CRF, created by h2xs. It looks like the
author of the extension was negligent enough to leave the stub
( run in 1.846 second using v1.01-cache-2.11-cpan-2398b32b56e )