in reply to Re^12: how to use Algorithm::NaiveBayes module
in thread how to use Algorithm::NaiveBayes module

Can you create two categorizer objects?
my $opinion = 'Algorithm::NaiveBayes'->new; my $money = 'Algorithm::NaiveBayes'->new;
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^14: how to use Algorithm::NaiveBayes module
by agnes (Novice) on Apr 30, 2014 at 13:58 UTC
    Thank you for your reply, but if I create two categories object, how to modify the following code? Thank you so much for your time!