Search::Tools::Snipper

Search::Tools::Snipper is a Perl module to extract keywords in context.
Download

Search::Tools::Snipper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Karman
  • Publisher web site:
  • http://search.cpan.org/~karman/CatalystX-CRUD-0.17/lib/CatalystX/CRUD/Tutorial.pod

Search::Tools::Snipper Tags


Search::Tools::Snipper Description

Search::Tools::Snipper is a Perl module to extract keywords in context. Search::Tools::Snipper is a Perl module to extract keywords in context.SYNOPSIS my $query = ; my $text = 'the quick brown fox jumped over the lazy dog'; my $s = Search::Tools::Snipper->new( occur => 3, context => 8, word_len => 5, max_chars => 300, query => $query ); print $s->snip( $text );Search::Tools::Snipper extracts keywords and their context from a larger block of text. The larger block may be plain text or HTML/XML. Requirements: · Perl


Search::Tools::Snipper Related Software