Subject: | documentation of: AI::Categorizer::Category section "SYNOPSIS" |
the first line:
my $category = AI::Categorizer::Category->by_name("sports");
gave me some headache because it should read:
my $category = AI::Categorizer::Category->by_name(name => "sports");
the methode description below is correct: "by_name(name => $string)"
for some unknown reason, I looked first at the source before I thought
about reading the documentation more carefuly. ;-)