Class: IHelp::IHelpAnalyzer

Inherits:
Ferret::Analysis::StandardAnalyzer
  • Object
show all
Defined in:
lib/ihelp.rb

Instance Method Summary collapse

Instance Method Details

#token_stream(*a) ⇒ Object



825
826
827
# File 'lib/ihelp.rb', line 825

def token_stream(*a)
  Ferret::Analysis::StemFilter.new(super)
end