debian man page for kinosearch1::analysis::analyzer

Query: kinosearch1::analysis::analyzer

OS: debian

Section: 3pm

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

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

NAME
KinoSearch1::Analysis::Analyzer - base class for analyzers
SYNOPSIS
# abstract base class -- you probably want PolyAnalyzer, not this.
DESCRIPTION
In KinoSearch1, an Analyzer is a filter which processes text, transforming it from one form into another. For instance, an analyzer might break up a long text into smaller pieces (Tokenizer), or it might convert text to lowercase (LCNormalizer).
METHODS
analyze (EXPERIMENTAL) $token_batch = $analyzer->analyze($token_batch); All Analyzer subclasses provide an "analyze" method. "analyze()" takes a single TokenBatch as input, and it returns a TokenBatch, either the same one (probably transformed in some way), or a new one.
COPYRIGHT
Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Analysis::Analyzer(3pm)
Related Man Pages
kinosearch1::analysis::stopalizer(3pm) - debian
kinosearch1::analysis::tokenizer(3pm) - debian
kinosearch1::highlight::highlighter(3pm) - debian
kinosearch1::search::multisearcher(3pm) - debian
kinosearch1::search::searchserver(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?