plucene::analysis::simpleanalyzer(3pm) debian man page | unix.com

Man Page: plucene::analysis::simpleanalyzer

Operating Environment: debian

Section: 3pm

Plucene::Analysis::SimpleAnalyzer(3pm)			User Contributed Perl Documentation		    Plucene::Analysis::SimpleAnalyzer(3pm)

NAME
Plucene::Analysis::SimpleAnalyzer - The simple analyzer
SYNOPSIS
# isa Plucene::Analysis::Analyzer my Plucene::Analysis::LowerCaseTokenizer $an = Plucene::Analysis::SimpleAnalyzer->new(@args);
DESCRIPTION
This is an Analyzer that filters LetterTokenizer with LowerCaseFilter.
METHODS
tokenstream my Plucene::Analysis::LowerCaseTokenizer $an = Plucene::Analysis::SimpleAnalyzer->new(@args); This creates a TokenStream which tokenizes all the text in the provided Reader. perl v5.12.4 2011-08-14 Plucene::Analysis::SimpleAnalyzer(3pm)
Related Man Pages
kinosearch1::analysis::polyanalyzer(3pm) - debian
kinosearch1::analysis::stopalizer(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::index::reader(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph