Query: plucene::analysis::stopfilter
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Analysis::StopFilter(3pm) User Contributed Perl Documentation Plucene::Analysis::StopFilter(3pm)NAMEPlucene::Analysis::StopFilter - the stop filterSYNOPSIS# isa Plucene::Analysis::TokenFilter my $next = $stop_filter->next;DESCRIPTIONThis removes stop words from a token stream. Instances of the StopFilter class are tokens filters that removes from the indexed text words of your choice. Typically this is used to filter out common words ('the', 'a' 'if' etc) that increase the overhead but add no value during searches.METHODSnext my $next = $stop_filter->next; This returns the next input token whose term is not a stop word. perl v5.12.4 2011-08-14 Plucene::Analysis::StopFilter(3pm)
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 |
Introduction |
Weird 'find' results |