AI-Classifier

 view release on metacpan or  search on metacpan

t/state.t  view on Meta::CPAN

$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 )