AI-CRM114
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Changes
Makefile.PL
MANIFEST
README
t/00basic.t
t/98podsyn.t
t/99podcov.t
lib/AI/CRM114.pm
META.yml Module meta-data (added by MakeMaker)
--- #YAML:1.0
name: AI-CRM114
version: 0.01
abstract: Wrapper for the statistical data classifier CRM114
license: perl
author:
- Bjoern Hoehrmann <bjoern@hoehrmann.de>
generated_by: ExtUtils::MakeMaker version 6.42_01
distribution_type: module
requires:
IPC::Run: 0
Test::More: 0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
lib/AI/CRM114.pm view on Meta::CPAN
my $o = "";
my $h = run [$self->{cmd}, $code], \$text, \$o;
}
1;
__END__
=head1 NAME
AI::CRM114 - Wrapper for the statistical data classifier CRM114
=head1 SYNOPSIS
use AI::CRM114;
my $crm = AI::CRM114->new(cmd => '/path/to/crm');
# Learn new text
$crm->learn(['osb'], 'spam.css', 'MAKE MONEY FAST');
# Classify some text
my $class = $crm->classify(['osb'], ['a.css', 'b.css'], $text);
=head1 DESCRIPTION
The CRM114 Discriminator, is a collection of tools to classify data,
e.g. for use in spam filters. This module is a simple wrapper around
the command line executable. Feedback is very welcome, the interface
is unstable. Use with caution.
=head1 METHODS
=over
=item AI::CRM114->new(%options)
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.618 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )