debian man page for kinosearch1::analysis::lcnormalizer

Query: kinosearch1::analysis::lcnormalizer

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KinoSearch1::Analysis::LCNormalizer(3pm)		User Contributed Perl Documentation		  KinoSearch1::Analysis::LCNormalizer(3pm)

NAME
KinoSearch1::Analysis::LCNormalizer - convert input to lower case
SYNOPSIS
my $lc_normalizer = KinoSearch1::Analysis::LCNormalizer->new; my $polyanalyzer = KinoSearch1::Analysis::PolyAnalyzer->new( analyzers => [ $lc_normalizer, $tokenizer, $stemmer ], );
DESCRIPTION
This class basically says "lc($foo)" in a longwinded way which KinoSearch1's Analysis apparatus can understand.
CONSTRUCTOR
new Construct a new LCNormalizer. Takes one labeled parameter, "language", though it's a no-op for now.
COPYRIGHT
Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Analysis::LCNormalizer(3pm)
Related Man Pages
kinosearch1::analysis::tokenizer(3pm) - debian
kinosearch1::highlight::simplehtmlformatter(3pm) - debian
kinosearch1::invindexer(3pm) - debian
kinosearch1::search::booleanquery(3pm) - debian
kinosearch1::search::searchclient(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph