AI-Classifier
view release on metacpan or search on metacpan
$tp->store($file);
is -e $file, 1;
# Restore
$tp = AI::Classifier::Text->load($file);
ok $tp;
isa_ok( $tp, 'AI::Classifier::Text' );
################################################################
sub _hash { +{ map {$_,1} @_ } }
( run in 0.765 second using v1.01-cache-2.11-cpan-49f99fa48dc )