Changes for version 1.007
- Fix test to reflect latest Perl removes '.' from @INC
Modules
- Search::Tools - high-performance tools for building search applications
- Search::Tools::ArgNormalizer - Moo role for BUILDARGS
- Search::Tools::HeatMap - locate the best matches in a snippet extract
- Search::Tools::HiLiter - highlight terms in text
- Search::Tools::Object - base class for Search::Tools objects
- Search::Tools::Query - objectified string for highlighting, snipping, etc.
- Search::Tools::QueryParser - convert string queries into objects
- Search::Tools::RegEx - regular expressions for terms
- Search::Tools::Snipper - extract terms in context
- Search::Tools::SpellCheck - offer spelling suggestions
- Search::Tools::Token - a token object returned from a TokenList
- Search::Tools::TokenList - a bunch of tokens from a Tokenizer
- Search::Tools::TokenListPP - a bunch of tokens from a Tokenizer
- Search::Tools::TokenListUtils - mixin methods for TokenList and TokenListPP
- Search::Tools::TokenPP - a token object returned from a TokenList
- Search::Tools::Tokenizer - split a string into meaningful tokens
- Search::Tools::Transliterate - transliterations of UTF-8 chars
- Search::Tools::UTF8 - UTF8 string wrangling
- Search::Tools::XML - methods for playing nice with XML and HTML