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

Man Page: plucene::analysis::tokenizer

Operating Environment: debian

Section: 3pm

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

NAME
Plucene::Analysis::Tokenizer - base class for tokenizers
SYNOPSIS
my $tokenizer = Plucene::Analysis::Tokenizer::Subclass ->new({ reader => $reader });
DESCRIPTION
This is an abstract base class for tokenizers. A Tokenizer is a TokenStream whose input is a Reader.
METHODS
new my $tokenizer = Plucene::Analysis::Tokenizer::Subclass ->new({ reader => $reader }); This will create a new tokenizer. next This must be defined in a subclass close Close the input reader. perl v5.12.4 2011-08-14 Plucene::Analysis::Tokenizer(3pm)
Related Man Pages
plucene(3pm) - debian
kinosearch1::analysis::polyanalyzer(3pm) - debian
kinosearch1::analysis::stopalizer(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::writer(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?