Displaying 1 result from an estimated 1 matches for "french_stemming_analyzer".
2008 May 06
0
Porblem with custom analyzer
Guillaume Guillaume wrote:
> Hi,
>
> I m trying to set French stop Words.
> So i created a file called "FrenchStemmingAnalyzer.rb" and i put it in
> /lib of my rails App.
>
You might want to follow standard naming convention and rename the file
to: ''french_stemming_analyzer.rb'' instead. Then drop a line like:
require ''lib/french_stemming_analyzer''
inside config/environment.rb
-c-
--
Posted via http://www.ruby-forum.com/.