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)NAMEKinoSearch1::Analysis::Analyzer - base class for analyzersSYNOPSIS# abstract base class -- you probably want PolyAnalyzer, not this.DESCRIPTIONIn 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).METHODSanalyze (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.COPYRIGHTCopyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Analysis::Analyzer(3pm)