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)NAMEKinoSearch1::Analysis::LCNormalizer - convert input to lower caseSYNOPSISmy $lc_normalizer = KinoSearch1::Analysis::LCNormalizer->new; my $polyanalyzer = KinoSearch1::Analysis::PolyAnalyzer->new( analyzers => [ $lc_normalizer, $tokenizer, $stemmer ], );DESCRIPTIONThis class basically says "lc($foo)" in a longwinded way which KinoSearch1's Analysis apparatus can understand.CONSTRUCTORnew Construct a new LCNormalizer. Takes one labeled parameter, "language", though it's a no-op for now.COPYRIGHTCopyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Analysis::LCNormalizer(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |