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/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

