
Search::Indexer::Incremental::MD5::Language::Perl - defined perl specific data to use with Search::Indexer

my @perl_extra_arguments = get_perl_word_regex_and_stopwords() ;
my $searcher
= eval
{
Search::Indexer::Incremental::MD5::Searcher->new
(
...
@perl_extra_arguments,
);
} or croak "No full text index found! $@\n" ;

This module contains the regex and stopwords specific for Perl.

The word regex and stopwords available in this module are specific for the Perl language. They regex allows Search::Indexer to precisely find what Perl considers as a word while the stop words limit the number of word indexed.

creates a $word_regex and $stopwords for the perl language
Arguments - None
Returns - a list of tuples
Exceptions - None

None so far.

Nadim ibn hamouda el Khemir
CPAN ID: NKH
mailto: nadim@cpan.org

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

You can find documentation for this module with the perldoc command.
perldoc Search::Indexer::Incremental::MD5
You can also look for information at:
Please report any bugs or feature requests to L <bug-search-indexer-incremental-md5@rt.cpan.org>.
We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.

Search::Indexer::Incremental::MD5::Indexer and Search::Indexer::Incremental::MD5::Searcher